mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
21 lines
424 B
Makefile
21 lines
424 B
Makefile
|
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= tsctp
|
||
|
PORTVERSION= 0.7.3
|
||
|
CATEGORIES= net
|
||
|
MASTER_SITES= https://www.uni-due.de/~be0001/tsctp/download/
|
||
|
|
||
|
MAINTAINER= dreibh@iem.uni-due.de
|
||
|
COMMENT= SCTP Test Tool
|
||
|
|
||
|
LICENSE= BSD
|
||
|
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>
|