1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/japanese/nethack34/Makefile

45 lines
990 B
Makefile
Raw Normal View History

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