mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
09bc13d3d5
Switch to USES=libtool Strip binaries
30 lines
894 B
Makefile
30 lines
894 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-keyring
|
|
PORTVERSION= 2.32.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= security gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Program that keeps passwords and other secrets
|
|
|
|
LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
|
|
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
|
|
|
|
USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
|
USE_GNOME= gnomeprefix gtk20 intlhack
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \
|
|
--with-root-certs="${LOCALBASE}/share/certs/ca-root-nss.crt"
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml \
|
|
org.gnome.crypto.pgp.gschema.xml
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|