fd86c53663
ORBit2 2.6.3 -> 2.8.1 gconf2 2.2.1 -> 2.4.0.1 libgtop2 2.0.2 -> 2.0.5 libwnck 2.2.2 -> 2.4.0.1 vte 0.10.29 -> 0.11.10 Also removes devel/linc since it has been rolled into devel/ORBit2.
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.4 2003/10/07 05:47:57 marcm Exp $
|
|
|
|
COMMENT= "configuration database system for GNOME"
|
|
|
|
VERSION= 2.4.0.1
|
|
DISTNAME= GConf-${VERSION}
|
|
PKGNAME= gconf2-${VERSION}
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.gnome.org/projects/gconf/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.4/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= gettext
|
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
|
LIB_DEPENDS= ORBit-2::devel/ORBit2 \
|
|
gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 \
|
|
xml2.6::textproc/libxml
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
DEFAULT_GCONF_SOURCE= xml::/var/db/gconf/gconf.xml.defaults
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --disable-gtk-conf
|
|
CONFIGURE_ARGS+= --enable-gconf-source=${DEFAULT_GCONF_SOURCE}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-install:
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gconf2; \
|
|
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gconf2; \
|
|
|
|
.include <bsd.port.mk>
|