summaryrefslogtreecommitdiffstats
path: root/security/libgnome-keyring/Makefile
blob: c58009f7c421722d34d83df06ef09dcf7f3b11a6 (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 18610 2013-06-30 16:33:05Z marcus $

PORTNAME=   libgnome-keyring
PORTVERSION=    3.6.0
CATEGORIES= security gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Program that keeps passwords and other secrets

LIB_DEPENDS=    libdbus-1.so:${PORTSDIR}/devel/dbus \
        libgcrypt.so:${PORTSDIR}/security/libgcrypt

NO_STAGE=   yes
USE_XZ=     yes
USE_GNOME=  glib20 gnomehier gnomeprefix intlhack \
        introspection:build ltverhack
USES=       gettext gmake pathfix pkgconfig
USE_AUTOTOOLS=  libtool
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>