pkgsrc/graphics/R-gridExtra/Makefile
minskim 80845a6348 graphics/R-gridExtra: Import version 2.3
Provides a number of user-level functions to work with "grid"
graphics, notably to arrange multiple grid-based plots on a page, and
draw tables.
2018-05-01 16:05:57 +00:00

15 lines
356 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/05/01 16:05:57 minskim Exp $
DISTNAME= gridExtra_2.3
CATEGORIES= graphics
MAINTAINER= minskim@NetBSD.org
COMMENT= Miscellaneous Functions for "Grid" Graphics
LICENSE= gnu-gpl-v2
DEPENDS+= R-gtable-[0-9]*:../../math/R-gtable
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"