aboutsummaryrefslogtreecommitdiffstats
path: root/games/gno3dtet/Makefile
blob: d4271b5726b6cc18ac19b35cb9ef5eaac020c79f (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
45
# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$

PORTNAME=   gno3dtet
PORTVERSION=    1.96.1
PORTREVISION=   11
CATEGORIES= games gnome
MASTER_SITES=   http://eseb.net/ftp/gno3dtet/
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    GNOME version of the classic 3D-ified T*tris

EXTRACT_DEPENDS=intltoolize:${PORTSDIR}/textproc/intltool

USES=        pathfix
USE_GNOME=  gnomeprefix intlhack libgnomeui librsvg2
USE_GMAKE=  yes
USE_AUTOTOOLS=  autoheader automake aclocal autoconf
ACLOCAL_ARGS=   -I m4 -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS=  -a -c -f
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALLS_OMF=   yes

run-autotools:: run-autotools-aclocal run-autotools-autoheader \
        run-autotools-automake run-autotools-autoconf

post-extract:
    @cd ${WRKSRC} && ${LOCALBASE}/bin/intltoolize -c -f

post-patch:
    @${REINPLACE_CMD} -e '/LIBTOOL/d ; \
         s|gnome-games|gno3dtet|g' ${WRKSRC}/configure.in

pre-configure:
    @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/mkinstalldirs ${WRKSRC}

post-install:
    ${CHOWN} root:games ${PREFIX}/bin/gno3dtet
    ${CHMOD} 2555 ${PREFIX}/bin/gno3dtet
    ${CHOWN} root:games ${PREFIX}/share/games/gno3dtet.hof
    ${CHMOD} 664 ${PREFIX}/share/games/gno3dtet.hof

.include <bsd.port.mk>