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