summaryrefslogtreecommitdiff
path: root/net/tsctp/Makefile
blob: 32189afe384cf0b0575a382eea4697a826798cc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	tsctp
PORTVERSION=	0.7.5
CATEGORIES=	net
MASTER_SITES=	https://www.uni-due.de/~be0001/tsctp/download/

MAINTAINER=	dreibh@iem.uni-due.de
COMMENT=	SCTP Test Tool

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		tar:xz cmake

CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/man

PLIST_FILES=	bin/tsctp man/man1/tsctp.1.gz

.include <bsd.port.mk>