mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
b414fb975e
PR: 245950 Submitted by: gspu <gspurki@gmail.com> Approved by: dreibh@iem.uni-due.de (maintainer timeout, >3 weeks), mentors (implicit)
25 lines
647 B
Makefile
25 lines
647 B
Makefile
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rsplib
|
|
PORTVERSION= 3.2.5
|
|
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>
|