Index: head/net/pmf/Makefile =================================================================== --- head/net/pmf/Makefile (nonexistent) +++ head/net/pmf/Makefile (revision 123) @@ -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 Property changes on: head/net/pmf/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net/pmf/pkg-comment =================================================================== --- head/net/pmf/pkg-comment (nonexistent) +++ head/net/pmf/pkg-comment (revision 123) @@ -0,0 +1 @@ +PMF (Padrone's Mud Frontend), version 1.13.1 Property changes on: head/net/pmf/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/pmf/pkg-descr =================================================================== --- head/net/pmf/pkg-descr (nonexistent) +++ head/net/pmf/pkg-descr (revision 123) @@ -0,0 +1,2 @@ +PMF is a linemode MUD client, with line history and editing. +It also provides gags, aliases and other useful features. Property changes on: head/net/pmf/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/pmf/pkg-plist =================================================================== --- head/net/pmf/pkg-plist (nonexistent) +++ head/net/pmf/pkg-plist (revision 123) @@ -0,0 +1,3 @@ +@cwd /usr/local +bin/pmf +lib/pmf Property changes on: head/net/pmf/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property