summaryrefslogtreecommitdiff
path: root/net/ncftp3/Makefile
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2001-01-17 00:18:39 +0000
committerpooka <pooka@pkgsrc.org>2001-01-17 00:18:39 +0000
commite9c65f4e564e158c7a903ac07396122dde08aaed (patch)
treeac8aa669330f971984f3668c73c97fbf65f81ea4 /net/ncftp3/Makefile
parent9107bae4121cd872a773e86d2749146d6c8e0da4 (diff)
downloadpkgsrc-e9c65f4e564e158c7a903ac07396122dde08aaed.tar.gz
Import ncftp3, a ftp client.
Based on package submitted by zuntum@eik.pl in pkg/11684
Diffstat (limited to 'net/ncftp3/Makefile')
-rw-r--r--net/ncftp3/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/ncftp3/Makefile b/net/ncftp3/Makefile
new file mode 100644
index 00000000000..dff0ca1af1c
--- /dev/null
+++ b/net/ncftp3/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/17 00:18:39 pooka Exp $
+
+DISTNAME= ncftp-3.0.2-src
+PKGNAME= ncftp3-3.0.2
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
+
+MAINTAINER= zuntum@eik.pl
+HOMEPAGE= http://www.ncftp.com/
+
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
+GNU_CONFIGURE= yes
+
+post-patch:
+ @${MV} ${WRKSRC}/ncftp/pref.h ${WRKSRC}/ncftp/pref.h.in
+ @${SED} -e "s:/etc/ncftp.firewall:${PREFIX}/etc/ncftp.firewall:" \
+ < ${WRKSRC}/ncftp/pref.h.in > ${WRKSRC}/ncftp/pref.h
+
+.include "../../mk/bsd.pkg.mk"