aboutsummaryrefslogtreecommitdiffstats
path: root/games/atomix/Makefile
blob: c8c6c6e2d83099ac0afc4da730d86e490cd29d53 (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
# New ports collection makefile for:   atomix
# Version required:    0.2.0-1
# Date created:        30 January 2000
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#

DISTNAME=   atomix-0.2.0-1
PKGNAME=    atomix-0.2.0.1
CATEGORIES= games
MASTER_SITES=   http://www.informatik.uni-oldenburg.de/~pearl/download/

MAINTAINER= nakai@FreeBSD.org

LIB_DEPENDS=    gnome.3:${PORTSDIR}/x11/gnomelibs \
        xml.5:${PORTSDIR}/textproc/libxml

GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
        --datadir=${PREFIX}/share/gnome
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        GTK_CONFIG="${GTK_CONFIG}" \
        LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>