diff options
author | Adam David <adam@FreeBSD.org> | 1994-09-25 07:15:35 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1994-09-25 07:15:35 +0000 |
commit | 14633d0780a8724088fa05c87956f172102a4f46 (patch) | |
tree | f954207c0072025175e9cf6819e60c691e0a6a32 /net | |
parent | Added iv (diff) |
Padrone's Mud Frontend, a linemode client
Notes
Notes:
svn path=/head/; revision=123
Diffstat (limited to 'net')
-rw-r--r-- | net/pmf/Makefile | 21 | ||||
-rw-r--r-- | net/pmf/pkg-comment | 1 | ||||
-rw-r--r-- | net/pmf/pkg-descr | 2 | ||||
-rw-r--r-- | net/pmf/pkg-plist | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/pmf/Makefile b/net/pmf/Makefile new file mode 100644 index 000000000000..0d0fcb0c43b7 --- /dev/null +++ b/net/pmf/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: pmf +# Version required: 1.13.1 +# Date created: 24 Sep 1994 +# Whom: adam +# +# $Id: Makefile,v $ +# + +DISTNAME= pmf-1.13.1 +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/clients +WRKSRC= ${WRKDIR}/pmfdir/src + +pre-install: + @mkdir -p /usr/local/lib/pmf + @-mv ${WRKSRC}/../doc/pmf.doc ${WRKSRC}/../system_dir + @tar -C ${WRKSRC}/../system_dir -cf - . \ + | tar -C /usr/local/lib/pmf -xf - + @chown -R bin.bin /usr/local/lib/pmf + @chmod -R a-w /usr/local/lib/pmf + +.include <bsd.port.mk> diff --git a/net/pmf/pkg-comment b/net/pmf/pkg-comment new file mode 100644 index 000000000000..0074bfb007c5 --- /dev/null +++ b/net/pmf/pkg-comment @@ -0,0 +1 @@ +PMF (Padrone's Mud Frontend), version 1.13.1 diff --git a/net/pmf/pkg-descr b/net/pmf/pkg-descr new file mode 100644 index 000000000000..b0ec4ed1edb4 --- /dev/null +++ b/net/pmf/pkg-descr @@ -0,0 +1,2 @@ +PMF is a linemode MUD client, with line history and editing. +It also provides gags, aliases and other useful features. diff --git a/net/pmf/pkg-plist b/net/pmf/pkg-plist new file mode 100644 index 000000000000..170b0666fb9c --- /dev/null +++ b/net/pmf/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/local +bin/pmf +lib/pmf |