freebsd-ports/math/R-cran-deldir/Makefile
TAKATSU Tomonari 5de081ae2f - Add a new port: math/R-cran-deldir
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/
2011-09-17 23:47:40 +00:00

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>