freebsd-ports/math/R-cran-deldir/Makefile

19 lines
356 B
Makefile
Raw Normal View History

2012-10-14 09:29:07 +02:00
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= deldir
2013-10-03 23:17:11 +02:00
DISTVERSION= 0.1-1
PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
2011-11-06 04:27:34 +01:00
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist
.include <bsd.port.mk>