blob: 5b99a8c6d9c924833b0695a202e9a3dbd8d8017f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
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>
|