2002-07-07 16:52:48 +00:00
|
|
|
# New ports collection makefile for: JNetHack 3.4.x
|
|
|
|
# Date created: 16 June 2002
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
1995-05-14 02:35:19 +00:00
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1995-05-14 02:35:19 +00:00
|
|
|
#
|
|
|
|
|
2003-01-01 16:27:39 +00:00
|
|
|
PORTREVISION= 3
|
2002-08-03 18:17:36 +00:00
|
|
|
|
1996-11-11 10:13:07 +00:00
|
|
|
CATEGORIES= japanese games
|
1995-05-14 02:35:19 +00:00
|
|
|
|
2002-07-07 16:52:48 +00:00
|
|
|
MAINTAINER= knu@FreeBSD.org
|
1995-05-14 02:35:19 +00:00
|
|
|
|
2002-07-07 16:52:48 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../../games/nethack34
|
1996-08-30 11:07:40 +00:00
|
|
|
|
2002-07-07 16:52:48 +00:00
|
|
|
FILESDIR= ${.CURDIR}/files
|
|
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
COMMENT= ${.CURDIR}/pkg-comment
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2000-09-12 13:04:00 +00:00
|
|
|
|
2003-01-01 16:27:39 +00:00
|
|
|
PATCH_SITES= http://downloads.sourceforge.jp/jnethack/1864/
|
|
|
|
PATCHFILES= jnethack-${PORTVERSION}-0.9.diff.gz
|
2002-07-07 16:52:48 +00:00
|
|
|
PATCH_DIST_STRIP= -p1
|
1995-05-14 02:35:19 +00:00
|
|
|
|
2002-07-25 17:34:39 +00:00
|
|
|
USE_BISON= yes
|
|
|
|
|
2002-08-12 21:52:00 +00:00
|
|
|
# Configure these variables as you want them to be.
|
2002-08-12 21:48:56 +00:00
|
|
|
HACKNAME?= jnethack
|
2002-08-12 21:52:00 +00:00
|
|
|
HACKDIR?= lib/${HACKNAME}
|
2002-08-12 21:48:56 +00:00
|
|
|
HACKDOCSDIR?= share/doc/ja/nethack
|
|
|
|
|
2002-07-07 16:52:48 +00:00
|
|
|
post-install: jnethack-post-install
|
1995-05-14 02:35:19 +00:00
|
|
|
|
2002-07-07 16:52:48 +00:00
|
|
|
jnethack-post-install:
|
1998-11-22 15:40:15 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-08-12 21:48:56 +00:00
|
|
|
${MKDIR} ${PREFIX}/${HACKDOCSDIR}
|
1998-11-22 15:40:15 +00:00
|
|
|
.for i in README.j ChangeLog.j INSTALL.j
|
2002-08-12 21:48:56 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/${HACKDOCSDIR}
|
1998-11-22 15:40:15 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2002-07-07 16:52:48 +00:00
|
|
|
.include "${MASTERDIR}/Makefile"
|