summaryrefslogtreecommitdiff
path: root/net/pmf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pmf/Makefile')
-rw-r--r--net/pmf/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net/pmf/Makefile b/net/pmf/Makefile
deleted file mode 100644
index e7bd1bbf16eb..000000000000
--- a/net/pmf/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: pmf
-# Version required: 1.13.1
-# Date created: 24 Sep 1994
-# Whom: adam
-#
-# $Id: Makefile,v 1.4 1995/04/01 12:48:28 jkh Exp $
-#
-
-DISTNAME= pmf-1.13.1
-CATEGORIES+= networking
-MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/clients/
-
-WRKSRC= ${WRKDIR}/pmfdir/src
-
-pre-install:
- @mkdir -p /usr/local/lib/pmf
- @find ${WRKSRC}/../system_dir -name '*.orig' -exec rm {} \;
- @-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>