summaryrefslogtreecommitdiff
path: root/net/dgd-lpmud
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-11-24 04:57:18 +0000
committerAdam David <adam@FreeBSD.org>1994-11-24 04:57:18 +0000
commite08a002395b7cea34ec005d061c034718c31d1d8 (patch)
treefb98639f8e18d3e5b6098ab8196e33b4ac6d8236 /net/dgd-lpmud
parentminor tidyup (diff)
almost finished LPmud port for DGD
Notes
Notes: svn path=/head/; revision=490
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r--net/dgd-lpmud/Makefile20
-rw-r--r--net/dgd-lpmud/scripts/configure9
2 files changed, 29 insertions, 0 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile
new file mode 100644
index 000000000000..3974bedca127
--- /dev/null
+++ b/net/dgd-lpmud/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: dgd-lpmud
+# Version required: 2.4.5
+# Date created: 10 November 1994
+# Whom: adam
+#
+
+DISTNAME= dgd-lpmud
+DISTFILES= sim-2.4.5.tar.gz 2.4.5.tar.gz
+MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \
+ ftp://ftp.lysator.liu.se/pub/lpmud/mudlibs/other/
+NCFTPFLAGS= -P
+
+NO_WRKSUBDIR=
+
+DEPENDS= ${PORTSDIR}/net/dgd
+
+PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \
+ -r ${PKGDIR}/REQ
+
+.include <bsd.port.mk>
diff --git a/net/dgd-lpmud/scripts/configure b/net/dgd-lpmud/scripts/configure
new file mode 100644
index 000000000000..dc9c4fef977f
--- /dev/null
+++ b/net/dgd-lpmud/scripts/configure
@@ -0,0 +1,9 @@
+cd ${WRKDIR}
+patch -s <2.4.5/diffs
+find . -name '*.orig' | xargs rm
+rm -r ACCESS.* OBJ_DUMP doc/previous_object *.log log 2.4.5/diff*
+mv 2.4.5/dgd .
+cp -pr 2.4.5/doc . && rm -r 2.4.5/doc
+mkdir -p lpmud.245/log
+mv [A-Za-km-z]* lpmud.245
+mv 2.4.5/hname.c 2.4.5/lpmud .