mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
23 lines
613 B
Makefile
23 lines
613 B
Makefile
PORTNAME= rsplib
|
|
DISTVERSION= 3.4.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://www.nntb.no/~dreibh/rserpool/download/
|
|
|
|
MAINTAINER= thomas.dreibholz@gmail.com
|
|
COMMENT= RSerPool Framework and Example Applications
|
|
WWW= https://www.nntb.no/~dreibh/rserpool/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake qt:5 shebangfix tar:xz
|
|
SHEBANG_FILES= src/scriptingserviceexample
|
|
USE_LDCONFIG= yes
|
|
USE_QT= buildtools:build core gui qmake widgets xml
|
|
|
|
PLIST_SUB= DISTVERSION=${DISTVERSION}
|
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \
|
|
-DUSE_KERNEL_SCTP=1 -DENABLE_CSP=1 -DENABLE_QT=1
|
|
|
|
.include <bsd.port.mk>
|