aboutsummaryrefslogtreecommitdiff
path: root/security/fwknop/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-09-13 12:12:49 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-09-13 12:12:49 +0000
commit54cc179da761baa6d7d73e0ce8d1dbcef24a43d1 (patch)
tree2c6766c1fd4d49f8b8d4ff4d488c62cafaf07a4d /security/fwknop/Makefile
parent16c29841c699a66207a2b148255dfa14a03f6fdb (diff)
downloadports-54cc179da761baa6d7d73e0ce8d1dbcef24a43d1.tar.gz
ports-54cc179da761baa6d7d73e0ce8d1dbcef24a43d1.zip
security/fwknop: update to 2.5.1
- Update to 2.5.1 [1] - Add LICENSE (GPLv2) [1] - Convert lib depends to new format PR: ports/181642 Submitted by: Kozlov Sergey <kozlov.sergey.404 gmail.com> Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=327144
Diffstat (limited to 'security/fwknop/Makefile')
-rw-r--r--security/fwknop/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/fwknop/Makefile b/security/fwknop/Makefile
index 5e8eceb5a56c..7297cf83a77c 100644
--- a/security/fwknop/Makefile
+++ b/security/fwknop/Makefile
@@ -2,13 +2,15 @@
# $FreeBSD$
PORTNAME= fwknop
-PORTVERSION= 2.0.4
+PORTVERSION= 2.5.1
CATEGORIES= security
MASTER_SITES= http://www.cipherdyne.org/fwknop/download/
MAINTAINER= sean.greven@gmail.com
COMMENT= SPA implementation for Linux and FreeBSD
+LICENSE= GPLv2
+
OPTIONS_DEFINE= GPGME
OPTIONS_DEFAULT= GPGME
GPGME_DESC= Build support for gpgme
@@ -22,7 +24,7 @@ USE_LDCONFIG= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGPGME}
-LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme
.else
CONFIGURE_ARGS+=--without-gpgme
.endif