blob: 14c4b46df22d5c9f1679057505ccf4f3dae438ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= farver
PORTVERSION= 2.1.0
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= High Performance Colour Space Manipulation
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.note
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>
|