rid of static module archives; but since we end up manually removing the libtool la files anyway, just don't bother setting up the tag. part 2/2
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.107 2014/04/01 13:21:46 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= password agent for the GNOME project
|
|
|
|
GNOME_PROJECT= gnome-keyring
|
|
GNOME_VERSION= 3.12.0
|
|
REVISION= 0
|
|
|
|
# GPLv2/LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0
|
|
WANTLIB += atspi c cairo cairo-gobject dbus-1 expat ffi fontconfig
|
|
WANTLIB += freetype 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 += graphite2 gthread-2.0 gtk-3 harfbuzz m p11-kit pango-1.0
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
|
|
WANTLIB += pthread-stubs stdc++ xcb xcb-render xcb-shm z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome \
|
|
devel/dconf
|
|
|
|
LIB_DEPENDS= x11/gnome/gcr
|
|
|
|
CONFIGURE_ARGS= --disable-pam
|
|
|
|
CONFIGURE_ENV= ac_cv_path_XSLTPROC=
|
|
|
|
FAKE_FLAGS= configdir=${PREFIX}/share/examples/gnome-keyring/pkcs11/modules
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-keyring
|
|
mv ${WRKINST}/etc/xdg ${PREFIX}/share/examples/gnome-keyring
|
|
rm ${PREFIX}/lib/gnome-keyring/devel/*.{a,la}
|
|
rm ${PREFIX}/lib/pkcs11/*.{a,la}
|
|
|
|
# regression tests call 'env python'
|
|
MODULES += lang/python
|
|
TEST_DEPENDS += ${MODPY_RUN_DEPENDS}
|
|
MODPY_RUNDEP= No
|
|
MODPY_BUILDDEP= No
|
|
pre-test:
|
|
ln -sf ${MODPY_BIN} ${WRKDIR}/bin/python
|
|
|
|
.include <bsd.port.mk>
|