head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.04;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.01.05.24.03;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2012.01.21.17.37.08;	author eadler;	state Exp;
branches;
next	1.1;

1.1
date	2010.09.30.18.23.42;	author romain;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	gnome-keyring-sharp
# Date created:		2008-10-08
# Whom:			Romain Tartiere <romain@@blogreen.org>
#
# $FreeBSD: head/security/gnome-keyring-sharp/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	gnome-keyring-sharp
PORTVERSION=	1.0.2
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.go-mono.com/archive/${PORTNAME}/

MAINTAINER=	mono@@FreeBSD.org
COMMENT=	Fully managed implementation of gnome-keyring

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \
		${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/gnome-keyring
RUN_DEPENDS:=	${BUILD_DEPENDS}

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomehack gtksharp20
USE_LDCONFIG=	yes

.include <bsd.port.mk>
@


1.3
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d10 1
@


1.1
log
@gnome-keyring-sharp is a fully managed implementation of libgnome-keyring.

When the gnome-keyring-daemon is running, you can use this to retrieve/store
confidential information such as passwords, notes or network services user
information.

WWW:	http://andrew.jorgensenfamily.us/2008/08/gnome-keyring-sharp/
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@

