aboutsummaryrefslogtreecommitdiff
path: root/games/nethack33-gnome/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-06-14 04:14:38 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-06-14 04:14:38 +0000
commita478f11a0d11417528e3579eac0cb5d733f06209 (patch)
tree37e34f680922780b75745c8c4dccec63f3ed2576 /games/nethack33-gnome/Makefile
parentd6c9fa3b9e7d1702154e586bd34d3d1ec05b75de (diff)
downloadports-a478f11a0d11417528e3579eac0cb5d733f06209.tar.gz
ports-a478f11a0d11417528e3579eac0cb5d733f06209.zip
Notes
Diffstat (limited to 'games/nethack33-gnome/Makefile')
-rw-r--r--games/nethack33-gnome/Makefile28
1 files changed, 3 insertions, 25 deletions
diff --git a/games/nethack33-gnome/Makefile b/games/nethack33-gnome/Makefile
index 731783f915f2..d3503e346f32 100644
--- a/games/nethack33-gnome/Makefile
+++ b/games/nethack33-gnome/Makefile
@@ -5,32 +5,10 @@
# $FreeBSD$
#
-PORTNAME= nethack
-PORTVERSION= 3.3.1
-CATEGORIES= games gnome
-MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -gnome
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
-EXTRACT_SUFX= .tgz
+MASTERDIR= ${.CURDIR}/../nethack33
MAINTAINER= Jan.Stocker@t-online.de
-USE_GNOME= yes
-USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WITH_GNOME_GRAPHICS= 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} ${PREFIX}/share/doc/nethack
- ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
-.endif
-
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"