mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
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.
15 lines
268 B
Makefile
15 lines
268 B
Makefile
# New ports collection makefile for: nethack
|
|
# Date created: 23 September 2000
|
|
# Whom: Jeremy Chadwick <yoshi@parodius.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../nethack33
|
|
|
|
MAINTAINER= glewis@FreeBSD.org
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|