openbsd-ports/x11/gnome/keyring/Makefile
ajacoutot e4bf20cda2 - don't install the dbus service file
this should fix authentication to network shares under Nautilus; it's a
temporary workaround until the Nautilus issue is found and fixed

"go for it!" jasper@
2008-05-05 08:47:04 +00:00

40 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.23 2008/05/05 08:47:04 ajacoutot Exp $
COMMENT= password agent for the GNOME project
GNOME_PROJECT= gnome-keyring
GNOME_VERSION= 2.21.5
SHARED_LIBS += gnome-keyring 3.0 # .1.1
PKGNAME= ${DISTNAME}p2
# GPLv2/LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
glitz gmodule-2.0 gobject-2.0 gpg-error gthread-2.0 \
gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pcre png pthread z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= gconf-2::devel/gconf2 \
gcrypt::security/libgcrypt \
tasn1.>=1::security/libtasn1 \
dbus-1::x11/dbus
USE_X11= Yes
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-keyring \
--disable-schemas-install \
--disable-hal \
--disable-tests
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>