15 lines
341 B
Makefile
15 lines
341 B
Makefile
# New ports collection makefile for: nethack
|
|
# Date created: 23 September 2000
|
|
# Whom: Jeremy Chadwick <yoshi@parodius.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../nethack33
|
|
|
|
MAINTAINER= yoshi@parodius.com
|
|
COMMENT= A dungeon explorin', slashin', hackin' game (w/o X11 graphics)
|
|
|
|
WITH_TTY_GRAPHICS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|