freebsd-ports/math/qhull/Makefile
Stephen Montgomery-Smith 06b4820264 math/qhull: Fix portepoch.
Reported by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
2022-02-18 18:20:02 -06:00

32 lines
693 B
Makefile

# Created by: pusto@web.de
PORTNAME= qhull
DISTVERSION= 8.0.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= math
MASTER_SITES= http://www.qhull.org/download/
DISTNAME= ${PORTNAME}-2020-src-${DISTVERSION}
MAINTAINER= stephen@FreeBSD.org
COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces
LICENSE= Qhull
LICENSE_NAME= Qhull License
LICENSE_FILE= ${WRKSRC}/COPYING.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= cmake tar:tgz
USE_LDCONFIG= yes
CONFLICTS= afni qhull5 qhull7
WRKSRC= ${WRKDIR}/${PORTNAME}-2020.2
OPTIONS_DEFINE= DOCS
PORTDOCS= *
DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
.include <bsd.port.mk>