blob: 0be87401347aec807ebce9cad5c4c208a49464a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
PORTNAME= qhull
DISTVERSIONPREFIX= v
DISTVERSION= 7.3.2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= math
PKGNAMESUFFIX= 7
MAINTAINER= stephen@FreeBSD.org
COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces
WWW= http://www.qhull.org
LICENSE= Qhull
LICENSE_NAME= Qhull License
LICENSE_FILE= ${WRKSRC}/COPYING.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
DEPRECATED= Conflicts with qhull
USES= cmake
USE_GITHUB= yes
USE_LDCONFIG= yes
CONFLICTS= qhull8 afni qhull5
OPTIONS_DEFINE= DOCS
PORTDOCS= *
DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
post-install:
${RM} ${STAGEDIR}${PREFIX}/lib/cmake/Qhull/QhullTargets-${CMAKE_BUILD_TYPE:tl}.cmake
.include <bsd.port.mk>
|