46 lines
1.2 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.55 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= password agent for the GNOME project
GNOME_PROJECT= gnome-keyring
GNOME_VERSION= 2.32.1
SHARED_LIBS += gp11 1.0 # .0.0
SHARED_LIBS += gcr 1.0 # .0.0
REVISION= 3
# GPLv2/LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 dbus-1
2010-10-11 08:11:24 +00:00
WANTLIB += gmodule-2.0 gobject-2.0 gpg-error gthread-2.0
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 gcrypt
WANTLIB += pcre pixman-1 png pthread pthread-stubs xcb xcb-render
WANTLIB += z GL Xxf86vm drm xcb-shm
2009-10-11 08:33:27 +00:00
MODULES= devel/gettext \
2011-03-25 09:13:43 +00:00
x11/gnome \
devel/dconf
2009-10-11 08:33:27 +00:00
2010-11-22 08:36:47 +00:00
LIB_DEPENDS= security/libgcrypt \
security/libtasn1 \
x11/dbus \
x11/gtk+2
2009-10-11 08:33:27 +00:00
2011-03-25 09:13:43 +00:00
CONFIGURE_ARGS= --with-root-certs=/etc/ssl \
2009-10-11 08:33:27 +00:00
--disable-pam \
--disable-tests \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
.include <bsd.port.mk>