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-nox11 | |
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-nox11')
-rw-r--r-- | games/nethack33-nox11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index b75f73cee407..05d9fd3ecc25 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-nox11/Makefile @@ -7,9 +7,8 @@ MASTERDIR= ${.CURDIR}/../nethack33 -MAINTAINER= ports@FreeBSD.org -COMMENT= A dungeon explorin', slashin', hackin' game (w/o X11 graphics) +MAINTAINER= glewis@FreeBSD.org -WITH_TTY_GRAPHICS= yes +PKGNAMESUFFIX= -nox11 .include "${MASTERDIR}/Makefile" |