14 lines
256 B
Makefile
14 lines
256 B
Makefile
PORTNAME= wk
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Lightweight Well-Known Geometry Parsing
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= compiler:c++11-lang cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|