freebsd-ports/security/gnome-keyring-sharp/Makefile
Dmitry Marakasov 6546255212 - Add LICENSE
- Strip library
2015-08-03 18:54:54 +00:00

26 lines
716 B
Makefile

# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= gnome-keyring-sharp
PORTVERSION= 1.0.2
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://www.go-mono.com/archive/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fully managed implementation of gnome-keyring
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \
${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USES= gmake libtool mono pathfix pkgconfig
USE_GNOME= gtksharp20
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>