freebsd-ports/cad/libopencad/Makefile
Sunpoet Po-Chuan Hsieh e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00

20 lines
416 B
Makefile

# Created by: lbartoletti <lbartoletti@tuxfamily.org>
# $FreeBSD$
PORTNAME= libopencad
PORTVERSION= 0.2.0
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
USE_GITHUB= yes
GH_ACCOUNT= sandyre
USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
.include <bsd.port.mk>