mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
19 lines
242 B
Makefile
19 lines
242 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
|
|
|
|
SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|