aboutsummaryrefslogtreecommitdiffstats
path: root/games/xshisen/Makefile
blob: 158aa2db99f79ae27526aa9a187f1d7653c7031c (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
32
33
34
35
36
37
38
# 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>
#
# $FreeBSD$
#

DISTNAME=   xshisen-1.36
CATEGORIES= games
MASTER_SITES=   http://www.techfirm.co.jp/~masaoki/

MAINTAINER= nakai@FreeBSD.org

LIB_DEPENDS=    Xpm.4:${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_ENV=  LIBS="-lxpg4"
CONFIGURE_ARGS= --datadir="${X11BASE}/lib/X11" \
        --enable-japanese=euc   #Japanese char set euc, jis sjis

MANLANG=    "" ja
MAN6=       xshisen.6

post-install:
    @${CHOWN} games:games ${PREFIX}/bin/xshisen
    @${CHMOD} 2555 ${PREFIX}/bin/xshisen
    @${CHOWN} games:games ${PREFIX}/lib/X11/xshisen/xshisen-scores
    @${CHMOD} 0660 ${PREFIX}/lib/X11/xshisen/xshisen-scores
    ${INSTALL_MAN} ${WRKSRC}/xshisen.man ${PREFIX}/man/man6/xshisen.6
    @${PREFIX}/bin/xshisen -KCONV jis < ${WRKSRC}/xshisen.jman-jis \
      > ${WRKSRC}/xshisen.jman
    ${INSTALL_MAN} ${WRKSRC}/xshisen.jman ${PREFIX}/man/ja/man6/xshisen.6

.include <bsd.port.mk>