aboutsummaryrefslogtreecommitdiffstats
path: root/security/libgnome-keyring/Makefile
blob: fc2310287c5d1596b9b3f3f19dcbbeebec3a0f86 (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
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libgnome-keyring
PORTVERSION=    2.32.0
PORTREVISION=   8
CATEGORIES= security gnome
MASTER_SITES=   GNOME

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

LIB_DEPENDS=    libtasn1.so:${PORTSDIR}/security/libtasn1 \
        libgcrypt.so:${PORTSDIR}/security/libgcrypt

USES=       gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
USE_GNOME=  gnomeprefix ltverhack intlhack gconf2
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>