f9b5a03525
while there, regen plist and update license marker
23 lines
344 B
Makefile
23 lines
344 B
Makefile
# $OpenBSD: Makefile,v 1.9 2014/10/28 22:25:45 sthen Exp $
|
|
|
|
COMMENT= full screen FTP client
|
|
|
|
DISTNAME= cftp-0.12
|
|
REVISION= 2
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://nih.at/cftp/
|
|
|
|
MAINTAINER= Josh Rivel <josh@rivels.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c termcap
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|