187b969b8f
SVG++ library can be thought of as a framework, containing parsers for various SVG syntaxes, adapters that simplify handling of parsed data, and other utilities and helpers for the most common tasks. WWW: http://svgpp.org/
21 lines
383 B
Makefile
21 lines
383 B
Makefile
PORTNAME= svgpp
|
|
PORTVERSION= 1.3.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= C++ header-only parsers for various SVG syntaxes
|
|
WWW= http://svgpp.org/
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
|
|
|
|
USE_GITHUB= yes
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
do-install:
|
|
${CP} -a ${WRKSRC}/include/ ${STAGEDIR}${PREFIX}/include
|
|
|
|
.include <bsd.port.mk>
|