a4577c7171
If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
21 lines
296 B
Makefile
21 lines
296 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/17 14:46:33 danj Exp $
|
|
|
|
COMMENT= full screen FTP client
|
|
|
|
DISTNAME= cftp-0.12
|
|
REVISION= 4
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://nih.at/cftp/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c curses
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|