summaryrefslogtreecommitdiff
path: root/net/dgd/Makefile
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-02-08 00:30:51 +0000
committerAdam David <adam@FreeBSD.org>1996-02-08 00:30:51 +0000
commit8137ced8e964e3fc8f4159c9384ee6644228370b (patch)
tree46078154463c25317bd6628f9db2afb9eb4b1588 /net/dgd/Makefile
parentAdd expect to SUBDIR, it builds and packages now! (diff)
updated to version 1.0.37
new commercial license does not affect non-commercial use.
Notes
Notes: svn path=/head/; revision=2691
Diffstat (limited to 'net/dgd/Makefile')
-rw-r--r--net/dgd/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 7158189d5265..ee6e038be1f2 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -3,21 +3,25 @@
# Date created: 23 August 1994
# Whom: adam
#
+# $Id$
+#
-DISTNAME= dgd-1.0.9
+DISTNAME= dgd-1.0.37
DISTFILES= ${DISTNAME}.tar.gz
-PATCHFILES= 1.0.9-1.0.9.1.gz
+#PATCHFILES= 1.0.9-1.0.9.1.gz
MASTER_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/
-PATCH_SITES= ftp.veda.is:/pub/mud/dgd/patches/
+#PATCH_SITES= ftp.veda.is:/pub/mud/dgd/patches/
CATEGORIES= net lang
MAINTAINER= adam@veda.is
+.ifdef PATCHFILES
.if ${PATCHFILES} != ""
PATCH_PRFX= ${DISTNAME}/
PATCHLEVEL!= echo ${PATCHFILES} | sed 's/^.*\.\(.*\)\.gz$$/\1/'
PKGNAME= ${DISTNAME}.${PATCHLEVEL}
.endif
+.endif
WRKSRC= ${WRKDIR}/dgd/src
pre-patch: