diff options
author | stephen <stephen@FreeBSD.org> | 2011-10-03 11:16:24 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-10-03 11:16:24 +0800 |
commit | b1acacc70385caa8e9b46b7ed600a19f9810f00e (patch) | |
tree | 10db79161d1294f8a1607d62b1429597a58a227e /math | |
parent | 547553d7c9511fcaa0fe24e2ce9565d3d4959ec8 (diff) | |
download | freebsd-ports-gnome-b1acacc70385caa8e9b46b7ed600a19f9810f00e.tar.gz freebsd-ports-gnome-b1acacc70385caa8e9b46b7ed600a19f9810f00e.tar.zst freebsd-ports-gnome-b1acacc70385caa8e9b46b7ed600a19f9810f00e.zip |
- LATEST_LINK -> qhull5.
- Portlint.
Diffstat (limited to 'math')
-rw-r--r-- | math/qhull5/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index 9e57efb815c1..e2b2f9648d87 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/Makefile @@ -11,13 +11,15 @@ CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ DISTNAME= ${PORTNAME}-2003.1 -MAINTAINER= stephen@FreeBSD.org -COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces - PATCH_SITES= http://www.qhull.org/download/ PATCHFILES= poly.c-qh_gethash.patch PATCH_DIST_STRIP= -p2 +MAINTAINER= stephen@FreeBSD.org +COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces + +LATEST_LINK= qhull5 + USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_LDCONFIG= yes |