1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/cad/libopencad/Makefile
Piotr Kubaj f91e6f96c6 cad/libopencad: fix build on armv? / powerpc
/wrkdirs/usr/ports/cad/libopencad/work/libopencad-0.2.0/lib/cadheader.cpp:478:28: error: ambiguous conversion for functional-style cast from 'time_t' (aka 'long long') to 'CADVariant'
    return addValue( code, CADVariant( fullSeconds ) );
                           ^~~~~~~~~~~~~~~~~~~~~~~
2023-03-13 00:02:41 +00:00

21 lines
449 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
WWW= https://trac.osgeo.org/gdal/wiki/DWG_driver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= sandyre
USES= cmake cpe compiler:c++11-lib
CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
.include <bsd.port.mk>