2009-11-07 08:41:15 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.37 2009/11/07 08:41:15 ajacoutot Exp $
|
2003-01-31 18:26:49 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= configuration database system for GNOME
|
2003-01-31 18:26:49 +00:00
|
|
|
|
2007-11-10 14:08:16 +00:00
|
|
|
GNOME_PROJECT= GConf
|
2009-10-24 10:23:02 +00:00
|
|
|
GNOME_VERSION= 2.28.0
|
2009-11-07 08:41:15 +00:00
|
|
|
PKGNAME= gconf2-${GNOME_VERSION}p0
|
2009-10-16 10:10:16 +00:00
|
|
|
|
2008-11-16 21:43:20 +00:00
|
|
|
SHARED_LIBS += gconf-2 6.2 # .5.5
|
2009-10-16 10:10:16 +00:00
|
|
|
|
2007-04-24 12:53:37 +00:00
|
|
|
CATEGORIES= devel
|
2006-01-06 17:51:01 +00:00
|
|
|
|
2007-04-24 12:53:37 +00:00
|
|
|
HOMEPAGE= http://www.gnome.org/projects/gconf/
|
2003-01-31 18:26:49 +00:00
|
|
|
|
2009-10-16 10:10:16 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2008-11-16 21:43:20 +00:00
|
|
|
# LGPLv2
|
2003-01-31 18:26:49 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2007-04-24 12:53:37 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2003-01-31 18:26:49 +00:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-04-24 12:53:37 +00:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2008-07-25 13:42:57 +00:00
|
|
|
|
2007-11-10 14:08:16 +00:00
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
2008-11-16 21:43:20 +00:00
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 expat \
|
|
|
|
fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0 \
|
|
|
|
gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0 \
|
2009-08-10 06:29:51 +00:00
|
|
|
pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs xcb z
|
2007-04-24 12:53:37 +00:00
|
|
|
|
2007-11-10 14:08:16 +00:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
2007-04-24 12:53:37 +00:00
|
|
|
|
2008-11-16 21:43:20 +00:00
|
|
|
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
2007-04-24 12:53:37 +00:00
|
|
|
ORBit-2.>=2.0::devel/ORBit2 \
|
2008-11-16 21:43:20 +00:00
|
|
|
xml2.>=9::textproc/libxml \
|
|
|
|
dbus-glib-1::x11/dbus-glib
|
2007-04-24 12:53:37 +00:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2009-10-24 10:23:02 +00:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--without-openldap
|
|
|
|
|
|
|
|
# needs policykit
|
|
|
|
CONFIGURE_ARGS+= --disable-defaults-service
|
2008-07-25 13:42:57 +00:00
|
|
|
|
|
|
|
FAKE_FLAGS= sysgconfdir=${PREFIX}/share/examples/gconf2
|
2003-01-31 18:26:49 +00:00
|
|
|
|
2009-06-07 01:28:38 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/schemas/
|
|
|
|
|
2003-01-31 18:26:49 +00:00
|
|
|
.include <bsd.port.mk>
|