1995-05-14 02:35:19 +00:00
|
|
|
# New ports collection makefile for: nethack
|
1996-08-30 11:07:40 +00:00
|
|
|
# Version required: 3.2.1 + 1.0.5.2
|
1995-05-14 02:35:19 +00:00
|
|
|
# Date created: 13 February 1995
|
|
|
|
# Whom: asami
|
|
|
|
#
|
1996-09-17 08:45:08 +00:00
|
|
|
# $Id: Makefile,v 1.5 1996/08/30 11:06:58 asami Exp $
|
1995-05-14 02:35:19 +00:00
|
|
|
#
|
|
|
|
|
1996-08-30 11:07:40 +00:00
|
|
|
DISTNAME= nethack-3.2.1
|
1996-09-17 08:45:08 +00:00
|
|
|
PKGNAME= jp-nethack-1.0.5.2
|
1995-05-14 02:35:19 +00:00
|
|
|
CATEGORIES+= japanese games
|
|
|
|
MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/
|
|
|
|
|
|
|
|
PATCH_SITES= ftp://mitsuko.jaist.ac.jp/pub/jnethack/
|
1996-09-17 08:45:08 +00:00
|
|
|
PATCHFILES= jnethack-1.0.5.2.gz
|
1995-05-14 02:35:19 +00:00
|
|
|
|
1996-08-30 11:07:40 +00:00
|
|
|
MAINTAINER= max@sfc.wide.ad.jp
|
|
|
|
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
1995-05-14 02:35:19 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
SHELL= /bin/sh
|
1996-06-26 22:22:33 +00:00
|
|
|
FETCH_BEFORE_ARGS= -NP
|
1995-05-14 02:35:19 +00:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh
|
|
|
|
|
|
|
|
pre-install:
|
1996-08-30 11:07:40 +00:00
|
|
|
@cd ${WRKSRC}/doc; chmod 644 *.6
|
|
|
|
@cd ${WRKSRC}/doc; ${MAKE} PREFIX=${PREFIX} manpages
|
1995-05-14 02:35:19 +00:00
|
|
|
|
|
|
|
post-install:
|
1996-08-30 11:07:40 +00:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
1995-05-14 02:35:19 +00:00
|
|
|
gzip -9nf ${PREFIX}/man/man6/dgn_comp.6
|
|
|
|
gzip -9nf ${PREFIX}/man/man6/lev_comp.6
|
|
|
|
gzip -9nf ${PREFIX}/man/man6/nethack.6
|
|
|
|
gzip -9nf ${PREFIX}/man/man6/recover.6
|
1996-08-30 11:07:40 +00:00
|
|
|
.endif
|
1995-05-14 02:35:19 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|