diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-20 04:32:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-20 04:32:26 +0000 |
commit | 9fd6f055d81f7a9e33c4eff071509dba40814234 (patch) | |
tree | d373a32529525c2806d8926240e3c92d3d08b8cc /net/cftp/Makefile | |
parent | e8ccd949e3a95354c2fe0a1ba42aadae7dd93bfa (diff) | |
download | pkgsrc-9fd6f055d81f7a9e33c4eff071509dba40814234.tar.gz |
Initial import of cftp-0.9.3, a fullscreen ftp-client.
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" |