aboutsummaryrefslogblamecommitdiff
path: root/net/tsctp/Makefile
blob: 733b341b517eefdeba94bfc7ba8a1ab66cc7542a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                      

                     
                     





                                                              
                          







                                                    
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>

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>