1996-11-03 21:11:09 +00:00
|
|
|
# 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>
|
|
|
|
#
|
1996-11-18 11:44:27 +00:00
|
|
|
# $Id: Makefile,v 1.2 1996/11/04 12:59:50 jfitz Exp $
|
1996-11-03 21:11:09 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xshisen-1.35
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= games
|
1996-11-03 21:11:09 +00:00
|
|
|
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
|
|
|
|
|
1996-11-04 12:59:50 +00:00
|
|
|
IS_INTERACTIVE= YES # Has to create an app-defaults file
|
|
|
|
USE_X11= YES
|
|
|
|
GNU_CONFIGURE= YES
|
1996-11-03 21:11:09 +00:00
|
|
|
#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>
|