aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ncftp2
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-04 17:35:57 +0800
committerache <ache@FreeBSD.org>1994-11-04 17:35:57 +0800
commit7f35580c55f397fd7a80a5d254ea106bb52625fe (patch)
treef58f1deceab5ad1b9fd37f475a6fbfea2dc2cddc /ftp/ncftp2
parent976b9401c9098546188bdc9fa3b3388339a6235d (diff)
downloadfreebsd-ports-gnome-7f35580c55f397fd7a80a5d254ea106bb52625fe.tar.gz
freebsd-ports-gnome-7f35580c55f397fd7a80a5d254ea106bb52625fe.tar.zst
freebsd-ports-gnome-7f35580c55f397fd7a80a5d254ea106bb52625fe.zip
ncftp2 (enhanced ncftp)
Diffstat (limited to 'ftp/ncftp2')
-rw-r--r--ftp/ncftp2/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
new file mode 100644
index 000000000000..a33a19ea5487
--- /dev/null
+++ b/ftp/ncftp2/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: ncftp 2 BETA
+# Version required: 2.0.0 BETA 3
+# Date created: 4 Nov 1994
+# Whom: ache
+#
+# $Id: Makefile,v 1.2 1994/09/13 06:34:53 jkh Exp $
+#
+
+DISTNAME= ncftp2b03
+EXTRACT_SUFX= .tgz
+MASTER_SITES= ftp://cse.unl.edu/pub/mgleason/ncftp/BETA/
+WRKSRC= ${WRKDIR}/ncftp
+GNU_CONFIGURE= YES
+
+.include <bsd.port.mk>