16 lines
293 B
Makefile
16 lines
293 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= colorspace
|
|
DISTVERSION= 1.2-6
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Color Space Manipulation
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|