diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-04 02:54:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-04 02:54:54 +0800 |
commit | 0820ab121a4cb925c261dd930cf3c9eddc896ed6 (patch) | |
tree | cf1024cb690daf7e8e402cc51e9c129382039882 /security | |
parent | b6ee4f27f600740fb3c186489621b8b935020d72 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |