1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/tsctp/Makefile
Fernando Apesteguía 03777087ea net/tsctp: Update to 0.7.5
ChangeLog:
d633ee2652

While here pet linters.

PR:	255181
Reported by:	gspurki@gmail.com
Approved by: 	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
2021-04-25 13:47:06 +02:00

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>