1999-12-31 21:54:35 +00:00
|
|
|
# New ports collection makefile for: gnofract4d
|
|
|
|
# Date created: 30 Dec 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gnofract4d
|
|
|
|
PORTVERSION= 1.2
|
1999-12-31 21:54:35 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://download.sourceforge.net/gnofract4d/
|
|
|
|
|
2000-03-22 01:59:41 +00:00
|
|
|
MAINTAINER= will@FreeBSD.org
|
1999-12-31 21:54:35 +00:00
|
|
|
|
2000-02-25 18:25:37 +00:00
|
|
|
LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs
|
1999-12-31 21:54:35 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-02-25 18:25:37 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-12-31 21:54:35 +00:00
|
|
|
CONFIGURE_ARGS+=--datadir=${PREFIX}/share
|
|
|
|
USE_NEWGCC= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|