mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
03777087ea
ChangeLog:
d633ee2652
While here pet linters.
PR: 255181
Reported by: gspurki@gmail.com
Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
21 lines
420 B
Makefile
21 lines
420 B
Makefile
# 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>
|