mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
25 lines
497 B
Makefile
25 lines
497 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libArcus
|
|
PORTVERSION= 15.06.03
|
|
PORTREVISION= 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
|
|
|
|
BUILD_DEPENDS= sip:devel/py-sip@${PY_FLAVOR}
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
|
|
USES= cmake compiler:c++11-lang python:3.4+
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Ultimaker
|
|
USE_LDCONFIG= yes
|
|
GH_TAGNAME= d0f1ac1
|
|
|
|
.include <bsd.port.mk>
|