aboutsummaryrefslogtreecommitdiffstats
path: root/games/deng/Makefile
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-05-09 20:17:06 +0800
committeritetcu <itetcu@FreeBSD.org>2006-05-09 20:17:06 +0800
commitf7012b25dcca78e0fe162658da79a0d5b89823e9 (patch)
tree6b360a712a41c6f52a4319669e2f4c70088d4b7c /games/deng/Makefile
parentad80c1fb010464702fbc40230ca0dc4541b9e738 (diff)
downloadfreebsd-ports-gnome-f7012b25dcca78e0fe162658da79a0d5b89823e9.tar.gz
freebsd-ports-gnome-f7012b25dcca78e0fe162658da79a0d5b89823e9.tar.zst
freebsd-ports-gnome-f7012b25dcca78e0fe162658da79a0d5b89823e9.zip
Update to 1.9.0b3.
PR: ports/94821 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Approved by: lawrance (mentor)
Diffstat (limited to 'games/deng/Makefile')
-rw-r--r--games/deng/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/deng/Makefile b/games/deng/Makefile
index 54573b3ba5cf..ed8c64671022 100644
--- a/games/deng/Makefile
+++ b/games/deng/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= deng
-PORTVERSION= 1.8.6
-PORTREVISION= 2
+PORTVERSION= 1.9.0b3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/-beta/}
MAINTAINER= ip@doom.homeunix.org
COMMENT= An enhanced Doom, Heretic and Hexen source port
@@ -30,7 +30,8 @@ ONLY_FOR_ARCHS= i386
SUB_FILES= pkg-message
SUB_LIST= "PREFIX=${PREFIX}" "DOCSDIR=${DOCSDIR}"
-.include "${.CURDIR}/../doom-data/Makefile.include"
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/games/doom-data/Makefile.include"
.if exists(${LOCALBASE}/lib/libopenal.so.0) || defined(WITH_OPENAL)
WITH_OPENAL= yes
@@ -67,4 +68,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>