2013-09-03 10:49:46 +02:00
|
|
|
# Created by: Romain Tartiere <romain@blogreen.org>
|
2010-09-30 20:23:42 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnome-keyring-sharp
|
|
|
|
PORTVERSION= 1.0.2
|
2014-07-08 22:51:05 +02:00
|
|
|
PORTREVISION= 2
|
2010-09-30 20:23:42 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.go-mono.com/archive/${PORTNAME}/
|
|
|
|
|
2014-07-08 22:51:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2010-09-30 20:23:42 +02:00
|
|
|
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
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-09-30 20:23:42 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-07-08 22:51:05 +02:00
|
|
|
USES= gmake libtool pathfix pkgconfig
|
|
|
|
USE_GNOME= gtksharp20
|
2010-09-30 20:23:42 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|