# Created by: Sean Greven # $FreeBSD: head/security/fwknop/Makefile 360563 2014-07-04 07:41:54Z amdmi3 $ PORTNAME= fwknop PORTVERSION= 2.5.1 PORTREVISION= 2 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 INFO= libfko USES= libtool GNU_CONFIGURE= yes USE_RC_SUBR= fwknopd USE_LDCONFIG= yes .include .if ${PORT_OPTIONS:MGPGME} LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme .else CONFIGURE_ARGS+=--without-gpgme .endif .include