19 lines
248 B
Makefile
19 lines
248 B
Makefile
|
COMMENT= deprecated full screen FTP client
|
||
|
|
||
|
DISTNAME= cftp-0.12
|
||
|
REVISION= 6
|
||
|
CATEGORIES= net
|
||
|
|
||
|
HOMEPAGE= https://nih.at/cftp/
|
||
|
|
||
|
# GPLv2+
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c curses
|
||
|
|
||
|
MASTER_SITES= ${HOMEPAGE}
|
||
|
|
||
|
CONFIGURE_STYLE= gnu
|
||
|
|
||
|
.include <bsd.port.mk>
|