aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-04 02:54:54 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-04 02:54:54 +0800
commit0820ab121a4cb925c261dd930cf3c9eddc896ed6 (patch)
treecf1024cb690daf7e8e402cc51e9c129382039882 /security
parentb6ee4f27f600740fb3c186489621b8b935020d72 (diff)
downloadfreebsd-ports-gnome-0820ab121a4cb925c261dd930cf3c9eddc896ed6.tar.gz
freebsd-ports-gnome-0820ab121a4cb925c261dd930cf3c9eddc896ed6.tar.zst
freebsd-ports-gnome-0820ab121a4cb925c261dd930cf3c9eddc896ed6.zip
- Add LICENSE
- Strip library
Diffstat (limited to 'security')
-rw-r--r--security/gnome-keyring-sharp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile
index 6835f21fa5d6..ad3049b838aa 100644
--- a/security/gnome-keyring-sharp/Makefile
+++ b/security/gnome-keyring-sharp/Makefile
@@ -3,13 +3,16 @@
PORTNAME= gnome-keyring-sharp
PORTVERSION= 1.0.2
-PORTREVISION= 3
+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}
@@ -18,5 +21,6 @@ GNU_CONFIGURE= yes
USES= gmake libtool mono pathfix pkgconfig
USE_GNOME= gtksharp20
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>