aboutsummaryrefslogtreecommitdiffstats
path: root/games/xshogi/Makefile
blob: b37a87c8606e1aaa860debab429cb59f122461d4 (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
# New ports collection makefile for:   xshogi 
# Version required:    1.2p03
# Date created:        20 October 1996
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.5 1999/01/27 07:41:14 fenner Exp $
#

DISTNAME=   xshogi-1.2p03
PKGNAME=    xshogi-1.2.3
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= xshogi

MAINTAINER= nacai@iname.com

RUN_DEPENDS=    ${LOCALBASE}/libexec/gnushogix:${PORTSDIR}/games/gnushogi

USE_X_PREFIX=   yes
MAKEFILE=   Makefile.custom
MAN6=       xshogi.6

post-configure:
    @echo "DISTDIR=${WRKDIR}" >> ${WRKSRC}/${MAKEFILE}
    @echo "LOCALBASE=${LOCALBASE}" >> ${WRKSRC}/${MAKEFILE}

post-install:
    @strip ${PREFIX}/bin/xshogi
    @${CHMOD} 755 ${PREFIX}/bin/xshogi
    @${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/bin/xshogi
    ${INSTALL_MAN} ${WRKSRC}/xshogi.man ${PREFIX}/man/man6/xshogi.6

.include <bsd.port.mk>