diff options
author | glewis <glewis@FreeBSD.org> | 2004-04-20 22:24:28 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-04-20 22:24:28 +0800 |
commit | 788035ae511f8ebccfc6dd53249a9ee5345e8b0f (patch) | |
tree | 50763b411b05441e15c8346248678db1cac5667c /games/nethack33-qt | |
parent | ed2b5e7ddbe9e88b6fe116bc7037d28333b6e61a (diff) | |
download | freebsd-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/Makefile | 3 |
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" |