aboutsummaryrefslogtreecommitdiff
path: root/cad/gdstk/Makefile
blob: fa844b2518d7fbd482274f7a2c4d7f0775613933 (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=	gdstk
DISTVERSIONPREFIX=	v
DISTVERSION=	0.9.49
CATEGORIES=	cad

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	C++ library for creation and manipulation of GDSII and OASIS files
WWW=		https://heitzmann.github.io/gdstk/

LICENSE=	BSL
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libqhull_r.so:math/qhull

USES=		cmake compiler:c++11-lang

USE_GITHUB=	yes
GH_ACCOUNT=	heitzmann

CMAKE_ON=	BUILD_SHARED_LIBS

CONFLICTS_INSTALL=	misc/vxl # both install lib/libclipper.so

.include <bsd.port.mk>