ports/net/rsplib/Makefile
Thomas Dreibholz bdbf005f37 net/rsplib: Update to 3.5.1
Add ghostscript to USES.
Add USE_GL.
Pet portlint.

Changelog: https://github.com/dreibh/rsplib/blob/master/ChangeLog

PR:		283438
Approved by:	submitter is maintainer
2025-02-24 17:04:35 +01:00

31 lines
721 B
Makefile

PORTNAME= rsplib
DISTVERSION= 3.5.1
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
BUILD_DEPENDS= gm:graphics/GraphicsMagick \
pdf2svg:graphics/pdf2svg
USES= cmake desktop-file-utils ghostscript:10,build gl qt:6 \
shebangfix tar:xz
USE_GL= gl opengl
USE_LDCONFIG= yes
USE_QT= base
SHEBANG_FILES= src/scriptingserviceexample
CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \
-DENABLE_CSP=1 \
-DENABLE_QT=1 \
-DUSE_KERNEL_SCTP=1
PLIST_SUB= DISTVERSION=${DISTVERSION}
.include <bsd.port.mk>