diff options
Diffstat (limited to 'games/nethack34-nox11/Makefile')
-rw-r--r-- | games/nethack34-nox11/Makefile | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/games/nethack34-nox11/Makefile b/games/nethack34-nox11/Makefile index 3d09d946452c..65974a011a4f 100644 --- a/games/nethack34-nox11/Makefile +++ b/games/nethack34-nox11/Makefile @@ -5,29 +5,10 @@ # $FreeBSD$ # -PORTNAME= nethack -PKGNAMESUFFIX= -tty -PORTVERSION= 3.3.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ -MASTER_SITE_SUBDIR= nethack -DISTFILES= ${PORTNAME}-331.${EXTRACT_SUFIX} +MASTERDIR= ${.CURDIR}/../nethack34 MAINTAINER= yoshi@parodius.com -EXTRACT_SUFIX= tgz -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 +WITH_TTY_GRAPHICS= yes -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} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" |