aboutsummaryrefslogtreecommitdiffstats
path: root/security/fwknop/Makefile
blob: 011e7c9ccd52c6cc758d812268c321b9f84d72c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Sean Greven <sean.greven@gmail.com>
# $FreeBSD$

PORTNAME=   fwknop
PORTVERSION=    2.5.1
PORTREVISION=   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
MAN8=       fwknop.8 fwknopd.8
INFO=       libfko
MANCOMPRESSED=  no
GNU_CONFIGURE=  yes
USE_RC_SUBR=    fwknopd
USE_LDCONFIG=   yes

NO_STAGE=   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>