blob: 2380ee24bde42cee80cde158ecd2f846318519ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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"
|