74a7f8c73c
in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports)
29 lines
894 B
Makefile
29 lines
894 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-keyring
|
|
PORTVERSION= 2.32.1
|
|
PORTREVISION= 5
|
|
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>
|