diff options
author | tv <tv> | 1998-11-22 22:30:07 +0000 |
---|---|---|
committer | tv <tv> | 1998-11-22 22:30:07 +0000 |
commit | fdf980a89d6637a6087b50fa4d10d794c54ef946 (patch) | |
tree | b805a5b5acf0c6fac448f87f135d3bf22cf7e3e1 /net/pfnet/Makefile | |
parent | 920f041c68d9890462d34eeec602923983ff1b41 (diff) | |
download | pkgsrc-fdf980a89d6637a6087b50fa4d10d794c54ef946.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/Makefile | 24 |
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" |