aboutsummaryrefslogtreecommitdiffstats
path: root/games/xtet42/Makefile
blob: 225882b1d7004993bdc6f26a1c91095fa200897f (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:   xtet42
# Date created:        14 Feb 1999
# Whom:                gmarco@giovannelli.it
#
# $FreeBSD$
#

PORTNAME=   xtet42
PORTVERSION=    2.21
PORTREVISION=   2
CATEGORIES= games
MASTER_SITES=   http://utenti.gufi.org/~gmarco/files/distfiles/

MAINTAINER= gmarco@gufi.org
COMMENT=    A one or two player t*tris game

USE_XLIB=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-setgid=games

MAN6=   xtet42.6

post-patch:
    @${REINPLACE_CMD} -e 's,^hiscoredir.*,hiscoredir=${DATADIR},' \
        ${WRKSRC}/Makefile.in

do-install:
    ${MKDIR} ${DATADIR}
    @${CHOWN} root:games ${DATADIR}
    @${CHMOD} 775 ${DATADIR}
    ${INSTALL} -c -m 2755 -g games ${WRKSRC}/xtet42 ${PREFIX}/bin
    ${INSTALL} -c -m 664  -g games ${WRKSRC}/xtet42.hiscore ${DATADIR}/.xtet42.hiscore
    ${INSTALL} -c -m 664  -g games ${WRKSRC}/xtet42.hiscore.single ${DATADIR}/.xtet42.hiscore.single
    ${INSTALL} -c -m 664  -g games /dev/null ${DATADIR}/.xtet42.unlock
    ${INSTALL} -c -m 664  -g games /dev/null ${DATADIR}/.xtet42.log
    ${INSTALL_MAN} ${WRKSRC}/xtet42.6 ${MANPREFIX}/man/man6

.include <bsd.port.mk>