blob: cad67d7c8a8fcdc7d88e64ffff89d238485de159 (
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
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/security/libgnome-keyring/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= libgnome-keyring
PORTVERSION= 3.4.1
CATEGORIES= security gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= A program that keeps passwords and other secrets
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \
gcrypt:${PORTSDIR}/security/libgcrypt
USE_XZ= yes
USE_GNOME= gnomehier gnomeprefix ltverhack intlhack glib20
USE_GMAKE= yes
USES= gettext pathfix
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|