2000-02-04 13:02:44 +00:00
|
|
|
# New ports collection makefile for: atomix
|
|
|
|
# Date created: 30 January 2000
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 00:45:49 +00:00
|
|
|
PORTNAME= atomix
|
|
|
|
PORTVERSION= 0.2.0.1
|
2000-02-04 13:02:44 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/
|
2000-04-14 00:45:49 +00:00
|
|
|
DISTNAME= atomix-0.2.0-1
|
2000-02-04 13:02:44 +00:00
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
|
2000-02-12 14:47:49 +00:00
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
|
|
|
|
xml.5:${PORTSDIR}/textproc/libxml
|
|
|
|
|
2000-02-04 13:02:44 +00:00
|
|
|
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>
|