1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/cad/libbgcode/Makefile
Michael Zhilin d5f0330bf8 cad/libbgcode: use short hash and cmake macros
This commit improves port skeleton with no package change by using
short hash and cmake boolean macros. Thanks to diizzy@

Reported by: diizzy
2024-03-29 18:41:31 +03:00

27 lines
536 B
Makefile

PORTNAME= libbgcode
DISTVERSION= 0.2.0
CATEGORIES= cad
MAINTAINER= teodorsigaev@gmail.com
COMMENT= Prusa Block & Binary G-code reader/writer/converter
WWW= https://github.com/prusa3d/libbgcode
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_nowide.so:devel/boost-libs
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= prusa3d
GH_TAGNAME= 6f43cb0
GH_TUPLE= atomicobject:heatshrink:v0.4.1:heatshrink
CMAKE_ON= BUILD_SHARED_LIBS LibBGCode_BUILD_DEPS
CMAKE_OFF= LibBGCode_BUILD_TESTS
PORTDATA= *
.include <bsd.port.mk>