summaryrefslogtreecommitdiff
path: root/games/xshisen/Makefile
blob: ffaa69a4c3be97f9c613b2de86dd6dbcd7844ff5 (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
31
# New ports collection makefile for:   xshisen
# Version required:           1.36
# Date created:               9 Oct 1996
# Whom:                 Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.8 1998/08/05 09:31:02 asami Exp $
#

DISTNAME=       xshisen-1.36
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.win.or.jp/pub/doc-sources/fj.sources/1996/feb/

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

LIB_DEPENDS=	Xpm.5:${PORTSDIR}/graphics/xpm

# runs fine on ssh connection
#IS_INTERACTIVE=	YES	# Has to create an app-defaults file
USE_X_PREFIX=	YES
GNU_CONFIGURE=	YES
#CONFIGURE_ARGS=--enable-japanese=euc	#Japanese char set euc, jis sjis
MAN6=		xshisen.6

INSTALL_TARGET=	install install.man

post-install:
	@ strip ${PREFIX}/bin/xshisen
	@ /bin/chmod 755 ${PREFIX}/bin/xshisen
	@ /usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xshisen

.include <bsd.port.mk>