blob: a1faf3e9d0d7e22aaffee89025e9b160178c9f22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= deldir
DISTVERSION= 1.0-6
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|