summaryrefslogtreecommitdiff
path: root/games/nethack34/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-05 20:06:31 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-05 20:06:31 +0000
commitcd7ae2a8fe935979953e127f6bfd982738ca166e (patch)
treea5c8c9a330b2dff616f1eab1315d03f0b5823747 /games/nethack34/Makefile
parent- update to 1.1c (diff)
Update to version 3.4.1.
PR: 52664 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=82325
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r--games/nethack34/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index 8d19ede9e6ca..0bd9c820320c 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= nethack
-PORTVERSION= 3.4.0
-PORTREVISION= 1
+PORTVERSION= 3.4.1
CATEGORIES?= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= nethack
+MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
EXTRACT_SUFX= .tgz
-MAINTAINER?= ports@freebsd.org
+MAINTAINER?= ports@FreeBSD.org
COMMENT?= A dungeon explorin', slashin', hackin' game
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -54,12 +53,6 @@ USE_XPM= yes
GRAPHICS= X11_GRAPHICS
.endif
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_QT_GRAPHICS) && ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
-.endif
-
pre-everything::
.if defined(WITH_GNOME_GRAPHICS) || defined(WITH_QT_GRAPHICS) \
|| defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11)
@@ -101,4 +94,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/${HACKDOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>