aboutsummaryrefslogtreecommitdiff
path: root/security/tcpcrypt/Makefile
blob: 92b3f950f4ca97dffa5cc9525fc520c369c3b840 (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
PORTNAME=	tcpcrypt
PORTVERSION=	0.5
PORTREVISION=	1
DISTVERSIONPREFIX=	v
CATEGORIES=	security net

PATCH_SITES=	https://github.com/glebius/${PORTNAME}/commit/
PATCHFILES=	8c7d4abf2ca1d795651cf8cc73994b18419487d7.patch:-p1

MAINTAINER=	jmg@FreeBSD.org
COMMENT=	TCPCrypt userland divert daemon
WWW=		http://www.tcpcrypt.org/

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>