summaryrefslogtreecommitdiff
path: root/japanese/nethack/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-07-07 16:47:13 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-07-07 16:47:13 +0000
commitc2d9f30449e967953b62aaaf1a515c60cc2fcd42 (patch)
treec9e66fce2bb3c9da5583dd8f51e218f3425d1778 /japanese/nethack/Makefile
parentDefine NO_LATEST_LINK. (diff)
Rename nethack to nethack32 (w/ a repocopy) and define NO_LATEST_LINK, in
preparation for the forthcoming import of nethack34.
Notes
Notes: svn path=/head/; revision=62569
Diffstat (limited to 'japanese/nethack/Makefile')
-rw-r--r--japanese/nethack/Makefile60
1 files changed, 0 insertions, 60 deletions
diff --git a/japanese/nethack/Makefile b/japanese/nethack/Makefile
deleted file mode 100644
index 5b188c231913..000000000000
--- a/japanese/nethack/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: nethack
-# Date created: 13 February 1995
-# Whom: asami
-#
-# $FreeBSD$
-#
-
-PORTNAME= nethack
-PORTVERSION= 1.0.5.19970924
-CATEGORIES= japanese games
-MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh322/src/ \
- ftp://ftp.wtower.com/nethack/sources/
-DISTNAME= ${PORTNAME}-3.2.2
-
-PATCH_SITES= ftp://mitsuko.jaist.ac.jp/pub/nethack/
-PATCHFILES= j${PORTNAME}-${PORTVERSION}.gz
-
-MAINTAINER= max@FreeBSD.org
-
-.include <bsd.port.pre.mk>
-
-.if ${XFREE86_VERSION} == 4
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
-RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
-.endif
-
-USE_XPM= yes
-USE_GMAKE= yes
-MAN6= dlb.6 dgn_comp.6 lev_comp.6 nethack.6 recover.6
-
-pre-configure:
- @cd ${WRKSRC}/sys/unix; ${SH} setup.sh
-
-pre-install:
- @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6
- @cd ${WRKSRC}/doc; ${MAKE} PREFIX=${PREFIX} manpages
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/win/X11/nh_icon.xpm ${PREFIX}/lib/jnethackdir
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/ja/nethack
- ${INSTALL_MAN} ${WRKSRC}/doc/jGuidebook.txt ${PREFIX}/share/doc/ja/nethack
- ${INSTALL_MAN} ${FILESDIR}/README ${PREFIX}/share/doc/ja/nethack
-.for i in README.j ChangeLog.j INSTALL.j
- ${INSTALL_MAN} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/nethack
-.endfor
-.endif
- ${MKDIR} ${PREFIX}/share/examples/ja/nethack
- ${INSTALL_DATA} ${WRKSRC}/win/X11/nethack.rc ${PREFIX}/share/examples/ja/nethack
- ${INSTALL_DATA} ${WRKSRC}/win/X11/JNetHack.ad ${PREFIX}/share/examples/ja/nethack
-.for i in ibm nh10
- ${INSTALL_DATA} ${WRKSRC}/win/X11/$i.bdf ${PREFIX}/share/examples/ja/nethack
- ${X11BASE}/bin/bdftopcf ${PREFIX}/share/examples/ja/nethack/$i.bdf \
- > ${PREFIX}/share/examples/ja/nethack/$i.pcf
- ${RM} ${PREFIX}/share/examples/ja/nethack/$i.bdf
- ${GZIP_CMD} ${PREFIX}/share/examples/ja/nethack/$i.pcf
-.endfor
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>