15 lines
354 B
Makefile
15 lines
354 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
|
|
COMMENT= A dungeon explorin', slashin', hackin' game (w/ GNOME graphics)
|
|
|
|
WITH_GNOME_GRAPHICS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|