mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
16 lines
354 B
Makefile
16 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"
|