25e061dcc4
Contains utility functions for the 'spatstat' package which may also be useful for other purposes.
14 lines
330 B
Makefile
14 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/08/07 03:42:41 brook Exp $
|
|
|
|
R_PKGNAME= spatstat.utils
|
|
R_PKGVER= 1.17-0
|
|
CATEGORIES= geography
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Utility Functions for 'spatstat'
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|