21 lines
309 B
Makefile
21 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.13 2021/02/16 23:02:19 sthen Exp $
|
|
|
|
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>
|