mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
14 lines
317 B
Makefile
14 lines
317 B
Makefile
PORTNAME= deldir
|
|
DISTVERSION= 2.0-4
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
|
|
WWW= https://cran.r-project.org/web/packages/deldir/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|