1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/security/fwknop/Makefile
Dmitry Marakasov 147361883e - Add CPE info
Approved by:	portmgr blanket
2015-04-24 00:55:50 +00:00

34 lines
673 B
Makefile

# Created by: Sean Greven <sean.greven@gmail.com>
# $FreeBSD$
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= cpe libtool
CPE_VENDOR= cipherdyne
GNU_CONFIGURE= yes
USE_RC_SUBR= fwknopd
USE_LDCONFIG= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGPGME}
LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme
.else
CONFIGURE_ARGS+=--without-gpgme
.endif
.include <bsd.port.mk>