b46abf8056
A big Thank You to the original contributors of these ports: * AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Anders Andersson <anders@hack.org> * Bruce M Simpson <bms@FreeBSD.org> * Christoph Moench-Tegeder <cmt@FreeBSD.org> * David Yeske <dyeske@gmail.com> * Diane Bruce <db@db.net> * Joachim Strombergson <watchman@ludd.ltu.se> * Johnny Sorocil <jsorocil@gmail.com> * Julian Jenkins <kaveman@magna.com.au> * Marc Fonvieille <blackend@FreeBSD.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Dieringer <martin.dieringe@gmx.de> * Matthias Petermann <matthias@petermann-it.de> * Michael Durian <durian@shadetreesoftware.com> * Michael Reifenberger <mr@FreeBSD.org> * Nicola Vitale <nivit@FreeBSD.org> * Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br> * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Sarod Yatawatta <sarod@cs.pdn.ac.lk> * Sergio Lenzi <lenzi.sergio@gmail.com> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Thierry Thomas <thierry@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Vanilla I. Shu <vanilla@FreeBSD.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Ying-Chieh Liao <ijliao@FreeBSD.org> * gahr * hrs * ijliao * lbartoletti <lbartoletti@FreeBSD.org> * lon_kamikaze@gmx.de * stas * swallace * thierry@pompo.net With hat: portmgr
22 lines
650 B
Makefile
22 lines
650 B
Makefile
PORTNAME= libopencad
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= cad graphics geography
|
|
|
|
MAINTAINER= lbartoletti@FreeBSD.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'
|
|
BROKEN_armv7= fails to compile: cadheader.cpp: ambiguous conversion for functional-style cast from 'time_t' to 'CADVariant'
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sandyre
|
|
|
|
USES= cmake cpe compiler:c++11-lib
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|