mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
177ec6d8f7
PR: 245952 Submitted by: gspurki@gmail.com Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
21 lines
431 B
Makefile
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>
|