blob: c15130c70c0bbdaed28624d47a31039a6fc265ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= libgnome-keyring
PORTVERSION= 3.12.0
PORTREVISION= 3
CATEGORIES= security gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Program that keeps passwords and other secrets
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libgcrypt.so:security/libgcrypt
USE_GNOME= glib20 gnomeprefix intlhack \
introspection:build
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-vala
INSTALL_TARGET= install-strip
DOCSDIR= ${PREFIX}/share/doc/gnome-keyring
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|