2005-11-03 13:28:55 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2005/11/03 18:28:55 naddy Exp $
|
2001-09-13 16:52:08 -04:00
|
|
|
|
|
|
|
COMMENT= "configuration database system written for GNOME"
|
2002-08-30 15:42:52 -04:00
|
|
|
|
|
|
|
DISTNAME= GConf-1.0.9
|
2005-01-27 04:56:40 -05:00
|
|
|
PKGNAME= ${DISTNAME:L}p0
|
2002-09-14 19:47:49 -04:00
|
|
|
CATEGORIES= devel x11/gnome
|
2002-08-30 15:42:52 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org/projects/gconf/
|
2001-09-13 16:52:08 -04:00
|
|
|
|
2002-09-20 04:15:15 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/1.0/}
|
2001-11-13 09:04:41 -05:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-10-07 16:55:10 -04:00
|
|
|
|
2005-01-27 04:56:40 -05:00
|
|
|
MODULES= devel/gettext
|
2001-09-13 17:18:43 -04:00
|
|
|
LIB_DEPENDS= oaf.::x11/gnome/oaf \
|
2002-03-25 12:18:37 -05:00
|
|
|
xml.9::textproc/libxml1 \
|
2005-01-27 04:56:40 -05:00
|
|
|
gtk.1,gdk.1::x11/gtk+
|
2001-09-13 16:52:08 -04:00
|
|
|
|
2001-11-13 09:04:41 -05:00
|
|
|
# GPL
|
2001-09-13 16:52:08 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-23 06:22:00 -05:00
|
|
|
WANTLIB= IIOP ORBit ORBitCosNaming ORBitutil \
|
2005-01-27 04:56:40 -05:00
|
|
|
X11 Xext Xi c gdk glib gmodule gtk m \
|
2004-11-23 06:22:00 -05:00
|
|
|
popt wrap z
|
2001-09-13 16:52:08 -04:00
|
|
|
|
2002-08-30 15:42:52 -04:00
|
|
|
DEFAULT_GCONF_SOURCE= xml::/var/db/gconf/gconf.xml.defaults
|
|
|
|
|
2001-11-13 09:04:41 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
2005-11-03 13:28:55 -05:00
|
|
|
AUTOCONF_VERSION= 2.52
|
2001-09-18 10:22:14 -04:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2001-09-13 16:52:08 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2002-08-30 15:42:52 -04:00
|
|
|
CONFIGURE_ARGS+= --enable-gconf-source=${DEFAULT_GCONF_SOURCE}
|
|
|
|
CONFIGURE_ARGS+= --disable-guile
|
|
|
|
CONFIGURE_ARGS+= --disable-db3
|
2003-08-21 15:25:32 -04:00
|
|
|
CONFIGURE_ARGS+= --disable-oaftest
|
2001-09-13 16:52:08 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-03-25 12:18:37 -05:00
|
|
|
LDFLAGS="-L${WRKBUILD}/gconf/.libs -L${LOCALBASE}/lib" \
|
|
|
|
XML_CONFIG="${LOCALBASE}/bin/xml-config"
|
2001-09-13 16:52:08 -04:00
|
|
|
|
|
|
|
post-install:
|
2001-09-20 15:23:32 -04:00
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gconf; \
|
2001-11-13 09:04:41 -05:00
|
|
|
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gconf;
|
2001-09-13 16:52:08 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|