52ed0baa26
. 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.
14 lines
278 B
Makefile
14 lines
278 B
Makefile
# New ports collection makefile for: nethack
|
|
# Date created: 09 December 2000
|
|
# Whom: Jan Stocker <Jan.Stocker@t-online.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../nethack33
|
|
|
|
MAINTAINER= Jan.Stocker@t-online.de
|
|
|
|
PKGNAMESUFFIX= -gnome
|
|
|
|
.include "${MASTERDIR}/Makefile"
|