opnsense-ports/security/tcpcrypt/Makefile
Franco Fichtner 0b6e713814 security/tcpcrypt: sync with upstream
Taken from: HardenedBSD
2019-04-03 00:22:25 +02:00

34 lines
684 B
Makefile

# Created by: John-Mark Gurney <jmg@FreeBSD.org>
# $FreeBSD$
PORTNAME= tcpcrypt
DISTVERSIONPREFIX= v
DISTVERSION= 0.3-rc1
CATEGORIES= security net
MAINTAINER= jmg@FreeBSD.org
COMMENT= TCPCrypt userland divert daemon
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= scslab
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= autoreconf libtool ssl
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
INSTALL_TARGET= install-strip
USERS= tcpcryptd
GROUPS= tcpcryptd
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st'
BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st'
.endif
.include <bsd.port.post.mk>