summaryrefslogtreecommitdiff
path: root/games/xshisen/Makefile
blob: 03132f60941ec019e5d4afa30305a10832870a83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:   xshisen
# Version required:           1.35
# Date created:               9 Oct 1996
# Whom:                 Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id$
#

DISTNAME=       xshisen-1.35
CATEGORIES+=	games
MASTER_SITES=	ftp://ftp.iis.u-tokyo.ac.jp/pub1/X/contrib/games/

MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp

LIB_DEPENDS=	Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_X11=	yes

GNU_CONFIGURE=	yes
#CONFIGURE_ARGS=--enable-japanese=euc	#Japanese char set euc, jis sjis

post-install:
	@ strip ${PREFIX}/bin/xshisen
	@ /bin/chmod 755 ${PREFIX}/bin/xshisen
	@ /usr/sbin/chown bin.bin ${PREFIX}/bin/xshisen
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/man6/xshisen.6
	gzip -9nf ${PREFIX}/man/ja_JP.JIS7/man6/xshisen.6
.endif

.include <bsd.port.mk>