1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/rsplib/Makefile
Piotr Kubaj 009f8530a6 net/rsplib: fix build on GCC architectures
Needs C++11 compiler:
  The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.

Approved by:	mentors (implicit approval)
2019-09-20 09:59:31 +00:00

25 lines
647 B
Makefile

# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$
PORTNAME= rsplib
PORTVERSION= 3.2.4
CATEGORIES= net
MASTER_SITES= https://www.uni-due.de/~be0001/rserpool/download/
MAINTAINER= dreibh@iem.uni-due.de
COMMENT= RSerPool Framework and Example Applications
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang qt:5 shebangfix tar:xz
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man \
-DDOCSDIR="${DOCSDIR}" \
-DUSE_KERNEL_SCTP=1 -DENABLE_CSP=1 -DENABLE_QT=1
SHEBANG_FILES= src/scriptingserviceexample
USE_LDCONFIG= yes
USE_QT= buildtools_build core gui qmake widgets xml
.include <bsd.port.mk>