mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
8b9c482b90
Changes: - https://riverbankcomputing.com/news/QScintilla_2.13.0_Released - https://www.riverbankcomputing.com/hg/sip/raw-file/tip/NEWS PR: 257308 Exp-run by: antoine
26 lines
585 B
Makefile
26 lines
585 B
Makefile
PORTNAME= libArcus
|
|
PORTVERSION= 4.8.0
|
|
PORTREVISION= 6
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net cad
|
|
DIST_SUBDIR= Ultimaker
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= Communication library between internal components for Ultimaker
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
|
|
USES= cmake compiler:c++11-lang python:3.5+ pyqt:5
|
|
USE_PYQT= sip pysip
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Ultimaker
|
|
USE_LDCONFIG= yes
|
|
#GH_TAGNAME= 3afb644
|
|
|
|
CMAKE_ARGS+= -DPYTHON_EXECUTABLE:STRING=${PYTHON_CMD} \
|
|
-DPYTHON_INCLUDEDIR:STRING=${PYTHON_INCLUDEDIR}
|
|
.include <bsd.port.mk>
|