summaryrefslogtreecommitdiff
path: root/net/dgd-net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/dgd-net/Makefile')
-rw-r--r--net/dgd-net/Makefile21
1 files changed, 7 insertions, 14 deletions
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile
index 5c068a6942b7..377182e8a8c9 100644
--- a/net/dgd-net/Makefile
+++ b/net/dgd-net/Makefile
@@ -6,35 +6,28 @@
#
PORTNAME= dgd-net
-PORTVERSION= 1.1.8
+PORTVERSION= 1.2
CATEGORIES= net lang
MASTER_SITES= ftp://ftp.dworkin.nl/pub/dgd/archive/ \
http://dl.droso.net/ports/
-DISTNAME= dgd-${PORTVERSION:C/.([0-9]*)$/p\1/}
+DISTNAME= dgd-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
-COMMENT= "Dworkin's Generic Driver + extra networking support + regexps"
+MAINTAINER= araujo@bsdmail.org
+COMMENT= Dworkin's Generic Driver + extra networking support + regexps
-NO_CDROM= "no distribution to corporate environment"
-RESTRICTED= "license required for commercial use"
+NO_CDROM= no distribution to corporate environment
+RESTRICTED= license required for commercial use
DIST_SUBDIR= dgd
WRKSRC= ${WRKDIR}/dgd/src
ALL_TARGET= install
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-USE_GCC= 3.3
-.endif
-
pre-patch:
@${LN} -s dgd ${WRKDIR}/dgd+net
@${MKDIR} ${WRKDIR}/dgd/bin
post-build:
@${MV} ${WRKDIR}/dgd/bin/driver ${WRKDIR}/dgd/bin/driver.net
- @${MV} ${WRKDIR}/dgd/bin/precomp ${WRKDIR}/dgd/bin/precomp.net
@${MV} ${WRKDIR}/dgd/doc/Introduction ${WRKDIR}/dgd/doc/Introduction.NET
@${MV} ${WRKDIR}/dgd/doc/kfun/send_message ${WRKDIR}/dgd/doc/kfun/send_message.NET
@${CHMOD} o+r ${WRKDIR}/dgd/doc/kfun/*
@@ -44,4 +37,4 @@ do-install:
@${TAR} -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PLIST}` \
| ${TAR} -C ${PREFIX} -xpf -
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>