mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
80a9e93249
TSCTP is an SCTP test tool. Its purpose is to perform basic SCTP functionality tests to check implementations interoperability and to verify that the SCTP stack is working. WWW: https://www.uni-due.de/~be0001/tsctp/ PR: 239846 Submitted by: dreibh@iem.uni-due.de
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tsctp
|
|
PORTVERSION= 0.7.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://www.uni-due.de/~be0001/tsctp/download/
|
|
|
|
MAINTAINER= dreibh@iem.uni-due.de
|
|
COMMENT= SCTP Test Tool
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz cmake
|
|
|
|
PLIST_FILES= bin/tsctp man/man1/tsctp.1.gz
|
|
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
|
|
|
|
.include <bsd.port.mk>
|