pkgsrc/math/R-hexbin/Makefile
mef 53c4607cad math/R-hexbin: import R-hexbin-1.28.2
Binning and plotting functions for hexagonal bins.
2021-08-28 02:47:44 +00:00

13 lines
286 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/08/28 02:47:44 mef Exp $
R_PKGNAME= hexbin
R_PKGVER= 1.28.2
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Hexagonal Binning Routines
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"