ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-keyring
|
|
PORTVERSION= 3.28.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= security gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Program that keeps passwords and other secrets
|
|
|
|
BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
|
|
docbook-xsl>=0:textproc/docbook-xsl \
|
|
gcr>=3.5.3:security/gcr
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
|
libgpg-error.so:security/libgpg-error \
|
|
libgcr-3.so:security/gcr \
|
|
libtasn1.so:security/libtasn1 \
|
|
libp11-kit.so:security/p11-kit \
|
|
libgcrypt.so:security/libgcrypt
|
|
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
|
|
pinentry-gnome3:security/pinentry-gnome3
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USE_GNOME= cairo gtk30 intlhack libxslt:build
|
|
USES= compiler:c11 cpe gettext gmake gnome libtool localbase \
|
|
pathfix pkgconfig tar:xz
|
|
CPE_VENDOR= gnome
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib"
|
|
INSTALL_TARGET= install-strip
|
|
GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|