mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
18 lines
360 B
Makefile
18 lines
360 B
Makefile
PORTNAME= cmdftp
|
|
PORTVERSION= 0.9.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Command line shell-like FTP client
|
|
WWW= https://www.nongnu.org/cmdftp/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/cmdftp share/man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|