aboutsummaryrefslogtreecommitdiff
path: root/cad/libopencad/Makefile
blob: 51d1fb618e212871dc61641487b16c52ee0cf39a (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
# Created by: lbartoletti <lbartoletti@tuxfamily.org>
# $FreeBSD$

PORTNAME=	libopencad
PORTVERSION=	0.2.0
PORTREVISION=	2
CATEGORIES=	cad graphics geography

MAINTAINER=	lbartoletti@tuxfamily.org
COMMENT=	Library which provides a way to read/write CAD (DWG/DXF/DXFB) files

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BROKEN_armv6=		fails to compile: cadheader.cpp: ambiguous conversion for functional-style cast from 'time_t' to 'CADVariant'

USE_GITHUB=	yes
GH_ACCOUNT=	sandyre

USES=		cmake compiler:c++11-lib
USE_LDCONFIG=	yes

.include <bsd.port.mk>