mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e638299edc
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS Approved by: portmgr blanket
28 lines
621 B
Makefile
28 lines
621 B
Makefile
# Created by: pusto@web.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qhull
|
|
PORTVERSION= 2012.1
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.qhull.org/download/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces
|
|
|
|
USES= cmake tar:tgz
|
|
USE_LDCONFIG= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
CONFLICTS= qhull-1.0* afni-[0-9]* qhull5-*
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's#share/man/man#man/man#g' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|