mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
16 lines
341 B
Makefile
16 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"
|