ports/net/rsplib/Makefile
Fernando Apesteguía f71e8d541b net/rsplib: Update to version 3.3.1
ChangeLog: https://www.uni-due.de/~be0001/rserpool/

PR:	255575
Reported by:	dreibh@iem.uni-due.de (maintainer)
2021-05-05 10:42:38 +02:00

25 lines
670 B
Makefile

# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
PORTNAME= rsplib
PORTVERSION= 3.3.1
CATEGORIES= net
MASTER_SITES= https://www.uni-due.de/~be0001/rserpool/download/
MAINTAINER= dreibh@iem.uni-due.de
COMMENT= RSerPool Framework and Example Applications
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang qt:5 shebangfix tar:xz
USE_LDCONFIG= yes
USE_QT= buildtools_build core gui qmake widgets xml
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man \
-DDOCSDIR="${DOCSDIR}" \
-DUSE_KERNEL_SCTP=1 -DENABLE_CSP=1 -DENABLE_QT=1
SHEBANG_FILES= src/scriptingserviceexample
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>