1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/nethack34-nox11/Makefile
Satoshi Asami 3282d59f73 A dungeon chewing game. I don't use the X interface (and I can't believe
anyone would want to use that) so this port only makes the tty version.
CVS:
1995-03-28 12:13:27 +00:00

24 lines
465 B
Makefile

# New ports collection makefile for: nethack
# Version required: 3.1.3
# Date created: 27 March 1995
# Whom: asami
#
# $Id:$
#
DISTNAME= nethack3.1.3
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/
MAINTAINER= asami@FreeBSD.ORG
WRKSRC= ${WRKDIR}/nethack313
USE_GMAKE= yes
PKGNAME= nethack-3.1.3
pre-configure:
@cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh
pre-install:
@cd ${WRKSRC}/doc; ${MAKE} manpages
.include <bsd.port.mk>