blob: 8b2fe1ddd2c924e6e3eaa85027202b877d5051f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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
WWW= https://www.uni-due.de/~be0001/rserpool/
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>
|