summaryrefslogtreecommitdiff
path: root/net/ncftp2/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-02-20 13:08:31 +0000
committertron <tron>1998-02-20 13:08:31 +0000
commitf24b6092d9bf2919cc0c80b575a48f83c453cf78 (patch)
treee64e744065c6746cb3a1ef1b5629983149be7456 /net/ncftp2/Makefile
parentb73205605e41c2b3a2741ae0bcf21459728d4f25 (diff)
downloadpkgsrc-f24b6092d9bf2919cc0c80b575a48f83c453cf78.tar.gz
Initial import of FreeBSD's "ncftp2" port.
Diffstat (limited to 'net/ncftp2/Makefile')
-rw-r--r--net/ncftp2/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile
new file mode 100644
index 00000000000..b175f9f778c
--- /dev/null
+++ b/net/ncftp2/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: ncftp2
+# Version required: 2.4.2
+# Date created: 4 Nov 1994
+# Whom: ache
+#
+# $FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp
+#
+
+DISTNAME= ncftp-2.4.2
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
+
+MAINTAINER= ache@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_func_getmaxyx=yes ac_cv_lib_readline=yes
+MAN1= ncftp2.1
+
+do-install:
+ $(INSTALL_PROGRAM) $(WRKSRC)/ncftp $(PREFIX)/bin/ncftp2
+ $(INSTALL_MAN) $(WRKSRC)/ncftp.1 $(PREFIX)/man/man1/ncftp2.1
+
+.include <bsd.port.mk>