aboutsummaryrefslogtreecommitdiff
path: root/devel/libnest2d-ultimaker/Makefile
blob: 6b0c38e747b2eb94f063fded1b1ef50a82a3c5b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	libnest2d-ultimaker
# XXX there is no 4.13.1
# https://github.com/Ultimaker/libnest2d/tags
DISTVERSION=	4.12.0
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	db@FreeBSD.org
COMMENT=	2D irregular bin packaging and nesting library
WWW=		https://github.com/Ultimaker/libnest2d

LICENSE=	LGPL3
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
	libpolyclipping.so:graphics/polyclipping \
	libnlopt.so:math/nlopt

USES=	cmake
USE_GITHUB=	yes
GH_ACCOUNT=	Ultimaker
GH_PROJECT=	libnest2d

.include <bsd.port.mk>