summaryrefslogtreecommitdiffstats
path: root/security/gnomekeyringmanager/Makefile
blob: 5f03a2327ddc4d5b9165371ee288f9423f0bc52a (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
29
30
31
32
33
34
35
36
# New ports collection makefile for:    gnomekeyringmanager
# Date created:             2004 12 July
# Whom:                 Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/security/gnomekeyringmanager/Makefile,v 1.14 2005/09/07 14:54:53 adamw Exp $
#

PORTNAME=   gnomekeyringmanager
PORTVERSION=    2.14.0
CATEGORIES= security gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-keyring-manager/2.14
DISTNAME=   gnome-keyring-manager-${PORTVERSION}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME keyring manager

LIB_DEPENDS=    gnome-keyring:${PORTSDIR}/security/gnomekeyring

USE_X_PREFIX=   yes
USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GETTEXT=    yes
USE_GMAKE=  yes
INSTALLS_OMF=   yes
USE_GNOME=  gnomehack gnomeprefix intlhack libgnomeui gnomedocutils
CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       gnome-keyring-manager.1
GCONF_SCHEMAS=  gnome-keyring-manager.schemas

.include <bsd.port.mk>