diff options
Diffstat (limited to 'net/cftp/Makefile')
-rw-r--r-- | net/cftp/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/cftp/Makefile b/net/cftp/Makefile new file mode 100644 index 00000000000..0f631874dfc --- /dev/null +++ b/net/cftp/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/02/20 04:32:26 wiz Exp $ +# + +DISTNAME= cftp-0.9.3 +CATEGORIES= net +MASTER_SITES= ftp://sunsite.csd.smc.univie.ac.at/pub/nih/cftp/ \ + ftp://ftp.giga.or.at/pub/nih/cftp/ + +MAINTAINER= wiz@netbsd.org +HOMEPAGE= http://sunsite.csd.smc.univie.ac.at/pub/nih/cftp/ + +GNU_CONFIGURE= YES +INFO_FILES= cftp.info + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cftp + cd ${WRKSRC} && ${INSTALL_MAN} AUTHORS COPYING NEWS README \ + THANKS TODO bindings.desc ${PREFIX}/share/doc/cftp + +.include "../../mk/bsd.pkg.mk" |