21 lines
309 B
Makefile
Raw Normal View History

2021-02-16 23:02:19 +00:00
# $OpenBSD: Makefile,v 1.13 2021/02/16 23:02:19 sthen Exp $
2021-02-16 23:02:19 +00:00
COMMENT= deprecated full screen FTP client
DISTNAME= cftp-0.12
2021-02-16 23:02:19 +00:00
REVISION= 6
CATEGORIES= net
2021-02-16 23:02:19 +00:00
HOMEPAGE= https://nih.at/cftp/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += c curses
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>