blob: 7cb75ceaf6f52e52e760c0f49452a2df276a0d4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= geometry
DISTVERSION= 0.3-6
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Mesh Generation and Surface Tesselation
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cran:auto-plist,compiles
CRAN_DEPENDS= R-cran-magic>0:math/R-cran-magic
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
.include <bsd.port.mk>
|