mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fe7c4186b6
Update maintainer email Changelog: https://github.com/dreibh/rsplib/blob/rsplib-3.4.7/ChangeLog PR: 275599
24 lines
633 B
Makefile
24 lines
633 B
Makefile
PORTNAME= rsplib
|
|
DISTVERSION= 3.4.7
|
|
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 compiler:c++11-lang 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>
|