aboutsummaryrefslogtreecommitdiffstats
path: root/games/atomix/Makefile
blob: 509144721675c397fda0b03276af06dd236ff4f3 (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
# New ports collection makefile for:   atomix
# Date created:        30 January 2000
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/games/atomix/Makefile,v 1.14 2007/09/10 05:39:33 mezz Exp $
#

PORTNAME=   atomix
PORTVERSION=    2.14.0
PORTREVISION=   5
CATEGORIES= games gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A yet another little mind game

USE_GMAKE=  yes
USE_BZIP2=  yes
USE_GETTEXT=    yes
USE_GNOME=  gnomeprefix gnomehack intlhack libgnomeui
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-patch:
    @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in
    @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in

.include <bsd.port.mk>