1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/rsplib/Makefile
Thomas Dreibholz fe7c4186b6 net/rsplib: Update to 3.4.7
Update maintainer email

Changelog:
https://github.com/dreibh/rsplib/blob/rsplib-3.4.7/ChangeLog

PR:		275599
2024-02-18 17:20:20 +01:00

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>