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
|
2000-06-01 16:25:45 +00:00
|
|
|
CATEGORIES= graphics gnome
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-12-31 21:54:35 +00:00
|
|
|
|
2000-06-22 05:52:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-12-31 21:54:35 +00:00
|
|
|
|
2000-06-01 16:25:45 +00:00
|
|
|
LIB_DEPENDS= gnome.4:${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>
|