2ceae2f20f
Version 0.1-28 Removed a browser() call that I'd left lying around in deldir(). Grrrrrr!!!! 15/07/2020
16 lines
394 B
Makefile
16 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/08/10 08:54:59 mef Exp $
|
|
|
|
CATEGORIES= geography
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/deldir/
|
|
COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
R_PKGNAME= deldir
|
|
R_PKGVER= 0.1-28
|
|
|
|
USE_LANGUAGES+= c fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|