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

23 lines
463 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= geometry
DISTVERSION= 0.3-6
PORTREVISION= 2
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>