summaryrefslogtreecommitdiff
path: root/net/gnapfetch/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-08 08:18:44 +0000
committerjlam <jlam>2000-08-08 08:18:44 +0000
commit7d548df9d6cc4a66cabe3f7296e85c8d0f80ec91 (patch)
treec39f1ea8f74364e3b188ca0cd62d98e825a2e186 /net/gnapfetch/Makefile
parent38f98780aaf1fd13093f0e5873311f3ebf131425 (diff)
downloadpkgsrc-7d548df9d6cc4a66cabe3f7296e85c8d0f80ec91.tar.gz
Commit this package addition again:
gnapfetch - update/maintain opennap servers for gnapster/TekNap
Diffstat (limited to 'net/gnapfetch/Makefile')
-rw-r--r--net/gnapfetch/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/gnapfetch/Makefile b/net/gnapfetch/Makefile
new file mode 100644
index 00000000000..8597d357e25
--- /dev/null
+++ b/net/gnapfetch/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2000/08/08 08:18:44 jlam Exp $
+
+DISTNAME= gnapfetch-0.3
+CATEGORIES= net
+MASTER_SITES= http://entropy.atlantic.net/gnapfetch/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://entropy.atlantic.net/gnapfetch/
+
+USE_PERL5= # defined
+PERL= ${LOCALBASE}/bin/perl
+
+do-build:
+ ${SED} -e "s,/usr/bin/perl,${PERL},g" < ${WRKSRC}/gnapfetch \
+ > ${WRKDIR}/gnapfetch
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/gnapfetch ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnapfetch
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnapfetch
+
+.include "../../mk/bsd.pkg.mk"