1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/tsctp/Makefile
Fernando Apesteguía 177ec6d8f7 net/tsctp: Update to 0.7.4
PR:	245952
Submitted by: gspurki@gmail.com
Approved by:	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
2020-05-03 09:49:42 +00:00

21 lines
431 B
Makefile

# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$
PORTNAME= tsctp
PORTVERSION= 0.7.4
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
PLIST_FILES= bin/tsctp man/man1/tsctp.1.gz
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
.include <bsd.port.mk>