openbsd-ports/x11/gnome/keyring/Makefile

50 lines
1.3 KiB
Makefile
Raw Normal View History

2012-04-17 08:34:46 -04:00
# $OpenBSD: Makefile,v 1.76 2012/04/17 12:34:46 ajacoutot Exp $
2012-03-29 02:51:38 -04:00
SHARED_ONLY= Yes
2011-09-18 17:32:25 -04:00
COMMENT= password agent for the GNOME project
2011-09-18 17:32:25 -04:00
GNOME_PROJECT= gnome-keyring
2012-04-17 08:34:46 -04:00
GNOME_VERSION= 3.4.1
2012-03-30 10:09:59 -04:00
HOMEPAGE= https://live.gnome.org/GnomeKeyring
# GPLv2/LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-09-12 03:28:52 -04:00
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
2012-03-29 02:51:38 -04:00
WANTLIB += cairo-gobject dbus-1 drm expat ffi fontconfig freetype
WANTLIB += gck-1 gcr-3 gcr-base-3 gcrypt gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gpg-error
WANTLIB += gthread-2.0 gtk-3 m p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += stdc++ xcb xcb-render xcb-shm z
2011-09-12 03:28:52 -04:00
2009-10-11 04:33:27 -04:00
MODULES= devel/gettext \
2011-03-25 05:13:43 -04:00
x11/gnome \
devel/dconf
2009-10-11 04:33:27 -04:00
2011-09-12 03:28:52 -04:00
# only required during build for parsing ASN.1 files
2012-04-07 02:24:46 -04:00
BUILD_DEPENDS += security/libtasn1
2011-09-12 03:28:52 -04:00
2012-03-29 02:51:38 -04:00
LIB_DEPENDS= x11/gnome/gcr
2011-09-18 17:32:25 -04:00
2012-03-29 02:51:38 -04:00
LIBTOOL_ARGS= --tag=disable-static
2009-10-11 04:33:27 -04:00
2012-03-29 02:51:38 -04:00
CONFIGURE_ARGS= --disable-static \
--with-root-certs=/etc/ssl \
2009-10-11 04:33:27 -04:00
--disable-pam \
2011-09-18 16:12:34 -04:00
--disable-selinux \
--without-libcap-ng
2009-10-11 04:33:27 -04:00
2011-09-18 16:12:34 -04:00
FAKE_FLAGS= configdir=${PREFIX}/share/examples/gnome-keyring/pkcs11/modules
2011-09-18 16:12:34 -04:00
post-install:
mv ${WRKINST}/etc/xdg ${PREFIX}/share/examples/gnome-keyring
.include <bsd.port.mk>