sthen 52e118a5af oops, I bumped DISTNAME not PKGNAME for this file with the cairo
WANTLIB sync. The package still built because gnome.port.mk overrode
DISTNAME, so the end result of this mistake was that the PKGNAME
didn't get bumped - missed because my test machine wasn't using
PLIST_DB.

Pointed out by naddy, thanks!
2008-06-18 20:24:12 +00:00

38 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.30 2008/06/18 20:24:12 sthen Exp $
COMMENT= configuration database system for GNOME
GNOME_PROJECT= GConf
GNOME_VERSION= 2.22.0
PKGNAME= gconf2-${GNOME_VERSION}p0
SHARED_LIBS += gconf-2 6.1 # .5.5
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/projects/gconf/
# LGPL
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 expat fontconfig \
freetype glitz m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pcre pixman-1 png pthread z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= glib-2.0.>=1200.0,gmodule-2.0.>=1200.0,gobject-2.0.>=1200.0,gthread-2.0.>=1200.0::devel/glib2 \
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
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>