blob: f7392eb08c6bab9b631c5d4f758eea3c3054a296 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
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
USES= gmake pkgconfig
USE_GNOME= gnomehack gtksharp20
USE_LDCONFIG= yes
.include <bsd.port.mk>
|