Changelog: https://github.com/dreibh/tsctp/blob/tsctp-0.8.4/ChangeLog Commit log: https://github.com/dreibh/tsctp/compare/tsctp-0.8.2...tsctp-0.8.4 PR: 290481
20 lines
414 B
Makefile
20 lines
414 B
Makefile
PORTNAME= tsctp
|
|
DISTVERSION= 0.8.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://www.nntb.no/~dreibh/tsctp/download/
|
|
|
|
MAINTAINER= thomas.dreibholz@gmail.com
|
|
COMMENT= SCTP Test Tool
|
|
WWW= https://www.nntb.no/~dreibh/tsctp/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING-BSD
|
|
|
|
USES= cmake tar:xz
|
|
|
|
PLIST_FILES= bin/tsctp \
|
|
share/bash-completion/completions/tsctp \
|
|
share/man/man1/tsctp.1.gz
|
|
|
|
.include <bsd.port.mk>
|