ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
24 lines
661 B
Makefile
24 lines
661 B
Makefile
PORTNAME= rsplib
|
|
PORTVERSION= 3.3.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://www.uni-due.de/~be0001/rserpool/download/
|
|
|
|
MAINTAINER= dreibh@iem.uni-due.de
|
|
COMMENT= RSerPool Framework and Example Applications
|
|
WWW= https://www.uni-due.de/~be0001/rserpool/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++11-lang qt:5 shebangfix tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_QT= buildtools:build core gui qmake widgets xml
|
|
|
|
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man \
|
|
-DDOCSDIR="${DOCSDIR}" \
|
|
-DUSE_KERNEL_SCTP=1 -DENABLE_CSP=1 -DENABLE_QT=1
|
|
SHEBANG_FILES= src/scriptingserviceexample
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|