freebsd-ports/security/tcpcrypt/Makefile
Alexey Dokuchaev 7e62b0d011 - Update to version 0.5 which is compatible with modern OpenSSL
- Hook provided test suite (albeit rather small) to our framework
2020-09-02 07:17:29 +00:00

28 lines
501 B
Makefile

# Created by: John-Mark Gurney <jmg@FreeBSD.org>
# $FreeBSD$
PORTNAME= tcpcrypt
PORTVERSION= 0.5
DISTVERSIONPREFIX= v
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
TEST_TARGET= check
USERS= tcpcryptd
GROUPS= tcpcryptd
.include <bsd.port.mk>