- Update the description in pkg-descr - Replace tab with a single space after WWW: in pkg-descr
16 lines
289 B
Makefile
16 lines
289 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= RColorBrewer
|
|
DISTVERSION= 1.1-2
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= ColorBrewer palettes
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|