1999-10-14 05:03:17 +00:00
|
|
|
# New ports collection makefile for: bonobo
|
2000-02-23 00:06:06 +00:00
|
|
|
# Version required: 0.8
|
1999-10-14 05:03:17 +00:00
|
|
|
# Date created: 8th October 1999
|
|
|
|
# Whom: Ade Lovett <ade@lovett.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-02-23 00:06:06 +00:00
|
|
|
DISTNAME= bonobo-0.8
|
1999-10-14 05:03:17 +00:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 19:08:13 +00:00
|
|
|
MASTER_SITE_SUBDIR= unstable/sources/bonobo
|
1999-10-14 05:03:17 +00:00
|
|
|
|
2000-01-28 18:37:19 +00:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1999-10-14 05:03:17 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
|
2000-02-14 19:16:38 +00:00
|
|
|
intl.1:${PORTSDIR}/devel/gettext \
|
2000-02-20 20:44:24 +00:00
|
|
|
gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf \
|
|
|
|
xml.5:${PORTSDIR}/textproc/libxml
|
1999-10-14 05:03:17 +00:00
|
|
|
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
2000-02-14 19:16:38 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-10-14 05:03:17 +00:00
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOLFILES= configure libefs/configure
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|