1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/nethack32/Makefile
Satoshi Asami f4d6acbc42 And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here.  Please check
your ports, and also put yourself in MAINTAINER so I know who to talk
to.  Thanks....
1995-04-11 00:20:58 +00:00

28 lines
546 B
Makefile

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