aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack33-qt
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-04-20 22:24:28 +0800
committerglewis <glewis@FreeBSD.org>2004-04-20 22:24:28 +0800
commit788035ae511f8ebccfc6dd53249a9ee5345e8b0f (patch)
tree50763b411b05441e15c8346248678db1cac5667c /games/nethack33-qt
parented2b5e7ddbe9e88b6fe116bc7037d28333b6e61a (diff)
downloadfreebsd-ports-gnome-788035ae511f8ebccfc6dd53249a9ee5345e8b0f.tar.gz
freebsd-ports-gnome-788035ae511f8ebccfc6dd53249a9ee5345e8b0f.tar.zst
freebsd-ports-gnome-788035ae511f8ebccfc6dd53249a9ee5345e8b0f.zip
. Sync with the nethack32 port:
. By default, install things in a location that won't conflict with the other nethack ports. . Build and install the recover utility so that users can recover their game if it crashes (bump PORTREVISION for this). . Sync with the nethack34 port: . Use PKGNAMESUFFIX to select the graphics type. . Remove the COMMENT in the slave ports. . Take maintainership of nethack33 and nethack33-nox11. . Unbreak the nethack33-qt port.
Diffstat (limited to 'games/nethack33-qt')
-rw-r--r--games/nethack33-qt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile
index 6df48121bbfc..bb6acce3d535 100644
--- a/games/nethack33-qt/Makefile
+++ b/games/nethack33-qt/Makefile
@@ -8,8 +8,7 @@
MASTERDIR= ${.CURDIR}/../nethack33
MAINTAINER= ports@FreeBSD.org
-COMMENT= A dungeon explorin', slashin', hackin' game (w/ Qt graphics)
-WITH_QT_GRAPHICS= yes
+PKGNAMESUFFIX= -qt
.include "${MASTERDIR}/Makefile"