summaryrefslogtreecommitdiff
path: root/net/pfnet/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-11-22 22:30:07 +0000
committertv <tv@pkgsrc.org>1998-11-22 22:30:07 +0000
commit17df906b7d4fd9e6d90a1795380212574bc0f362 (patch)
treeb805a5b5acf0c6fac448f87f135d3bf22cf7e3e1 /net/pfnet/Makefile
parent4ab527286088ae735e2d481b9502282b20d1bd5c (diff)
downloadpkgsrc-17df906b7d4fd9e6d90a1795380212574bc0f362.tar.gz
Import Perl fnet 1.4, an ICB client with the same minimal functionality as
C-icb, using perl, and without the termios/readline bugs of C-icb.
Diffstat (limited to 'net/pfnet/Makefile')
-rw-r--r--net/pfnet/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/pfnet/Makefile b/net/pfnet/Makefile
new file mode 100644
index 00000000000..8e7ba2af98a
--- /dev/null
+++ b/net/pfnet/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/11/22 22:30:07 tv Exp $
+#
+
+DISTNAME= fnet.pl-1.4
+PKGNAME= pfnet-1.4
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.abattoir.com/pub/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.abattoir.com/~banshee/Tech/
+
+USE_PERL5= yes
+
+WRKSRC= ${WRKDIR}/fnet-1.4
+
+do-build:
+ ${SED} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/fnet.pl >${WRKSRC}/pfnet
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/CMDLINE.pm ${WRKSRC}/FNET.pm \
+ ${PREFIX}/lib/perl5/site_perl/
+ ${INSTALL_SCRIPT} ${WRKSRC}/pfnet ${PREFIX}/bin/
+
+.include "../../mk/bsd.pkg.mk"