2012-11-27 22:41:29 +01:00
|
|
|
# Created by: Sean Greven <sean.greven@gmail.com>
|
2008-06-13 05:43:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fwknop
|
2013-09-13 14:12:49 +02:00
|
|
|
PORTVERSION= 2.5.1
|
2015-08-02 17:03:19 +02:00
|
|
|
PORTREVISION= 3
|
2008-06-13 05:43:51 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.cipherdyne.org/fwknop/download/
|
|
|
|
|
|
|
|
MAINTAINER= sean.greven@gmail.com
|
2012-07-25 13:24:09 +02:00
|
|
|
COMMENT= SPA implementation for Linux and FreeBSD
|
2008-06-13 05:43:51 +02:00
|
|
|
|
2013-09-13 14:12:49 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2012-11-27 22:41:29 +01:00
|
|
|
OPTIONS_DEFINE= GPGME
|
|
|
|
OPTIONS_DEFAULT= GPGME
|
|
|
|
GPGME_DESC= Build support for gpgme
|
|
|
|
INFO= libfko
|
2015-04-24 02:55:50 +02:00
|
|
|
USES= cpe libtool
|
|
|
|
CPE_VENDOR= cipherdyne
|
2012-11-27 22:41:29 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_RC_SUBR= fwknopd
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MGPGME}
|
2013-09-13 14:12:49 +02:00
|
|
|
LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme
|
2013-03-01 18:19:32 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--without-gpgme
|
2012-11-27 22:41:29 +01:00
|
|
|
.endif
|
2008-06-13 05:43:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|