5de081ae2f
Calculates the Delaunay triangulation and the Dirichlet or Voronoi tessellation (with respect to the entire plane) of a planar point set. WWW: http://www.math.unb.ca/~rolf/
22 lines
432 B
Makefile
22 lines
432 B
Makefile
# New ports collection makefile for: R-cran-deldir
|
|
# Date created: 2011-08-16
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= deldir
|
|
DISTVERSION= 0.0-15
|
|
CATEGORIES= math
|
|
PKGNAMEPREFIX= R-cran-
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|