mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
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
31 lines
721 B
Makefile
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>
|