summaryrefslogtreecommitdiffstats
path: root/security/libgnome-keyring/Makefile
blob: e0a91ce7a7c9d738457ddbde2102e0f94e58ddb0 (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
28
# New ports collection makefile for:    libgnome-keyring
# Date created:     2009-12-21
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/security/libgnome-keyring/Makefile,v 1.1 2009/12/22 00:33:01 ahze Exp $

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

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

LIB_DEPENDS=    tasn1.4:${PORTSDIR}/security/libtasn1 \
                gcrypt.16:${PORTSDIR}/security/libgcrypt

USE_BZIP2=  yes
USE_GNOME=  gnomehack gnomeprefix ltverhack intlhack gconf2
USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_AUTOTOOLS=  libtool:22
USE_LDCONFIG=   yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>