feae9fa167
Provides a range of axis labeling algorithms.
17 lines
368 B
Makefile
17 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/03/09 17:04:14 minskim Exp $
|
|
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/labeling/
|
|
COMMENT= Axis labeling
|
|
LICENSE= mit
|
|
|
|
R_PKGNAME= labeling
|
|
R_PKGVER= 0.3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|