1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/nethack32/Makefile
Greg Lewis 10c8d61b5d You die... But wait... Your medallion begins to glow!--More--
You feel much better!  The medallion crumbles to dust!--More--
You survived that attempt on your life.

Approved by:	knu
2002-06-15 02:33:45 +00:00

38 lines
814 B
Makefile

# New ports collection makefile for: nethack
# Date created: 27 March 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= nethack
PORTVERSION= 3.2.3
CATEGORIES= games
MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh322/src/ \
ftp://ftp.wtower.com/nethack/sources/
DISTNAME= nethack-3.2.2
PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/nh323/src/
PATCHFILES= nh-3.2.2-3.2.3.diff
MAINTAINER= glewis@FreeBSD.org
NO_LATEST_LINK= yes
USE_XPM= yes
USE_GMAKE= yes
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6
pre-configure:
@cd ${WRKSRC}/sys/unix; ${SH} setup.sh
post-install:
@cd ${WRKSRC}/doc; ${CHMOD} 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>