aboutsummaryrefslogtreecommitdiffstats
path: root/games/mahjong/Makefile
blob: f603e58c7b3f6cf62dacf1149a5100784dd5e9ff (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
39
40
41
42
43
44
# ex:ts=8
# New ports collection makefile for:   mahjong
# Date created:                Jan 31, 2001
# Whom:                        Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mahjong
PORTVERSION=    1.8
CATEGORIES= games net
MASTER_SITES=   http://www.stevens-bradfield.com/MahJong/Source/%SUBDIR%/
MASTER_SITE_SUBDIR= . Old
DISTNAME=   mj-${PORTVERSION}-src

MAINTAINER= ports@FreeBSD.org
COMMENT=    A networked Mah Jong program, together with a computer player

USE_PERL5_BUILD=    yes
USE_GNOME=  gtk12
USE_GMAKE=  yes
MAKE_ENV=   CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" PERL="${PERL}"

MAN1=       xmj.1
MLINKS=     xmj.1 mj-player.1 \
        xmj.1 mj-server.1
PLIST_FILES=    bin/mj-server bin/mj-player bin/xmj

post-patch:
    @${PERL} -pi -e 's|^CC|#CC|g ; \
         s|^DESTDIR|#DESTDIR|g ; \
         s|^CDEBUGFLAGS|#CDEBUGFLAGS|g ; \
         s|^MAKE|#MAKE|g ; \
         s|^PERL|#PERL|g ; \
         s|^INST|#INST|g ; \
         s|gtk-config|\$$\{GTK_CONFIG\}|g' ${WRKSRC}/Makefile

do-install:
.for file in mj-server mj-player xmj
    ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/${file}
.endfor
    ${INSTALL_MAN} ${WRKSRC}/xmj.man ${MANPREFIX}/man/man1/xmj.1

.include <bsd.port.mk>