openbsd-ports/devel/gconf2/Makefile

55 lines
1.4 KiB
Makefile
Raw Normal View History

2010-03-30 08:52:30 -04:00
# $OpenBSD: Makefile,v 1.38 2010/03/30 12:52:30 ajacoutot Exp $
COMMENT= configuration database system for GNOME
GNOME_PROJECT= GConf
2010-03-30 08:52:30 -04:00
GNOME_VERSION= 2.28.1
PKGNAME= gconf2-${GNOME_VERSION}
2009-10-16 06:10:16 -04:00
SHARED_LIBS += gconf-2 6.2 # .5.5
2009-10-16 06:10:16 -04:00
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/projects/gconf/
2009-10-16 06:10:16 -04:00
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
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 \
pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs xcb z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
ORBit-2.>=2.0::devel/ORBit2 \
xml2.>=9::textproc/libxml \
dbus-glib-1::x11/dbus-glib
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--without-openldap
# needs policykit
CONFIGURE_ARGS+= --disable-defaults-service
FAKE_FLAGS= sysgconfdir=${PREFIX}/share/examples/gconf2
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/schemas/
.include <bsd.port.mk>