pkgsrc/math/qhull/Makefile
drochner 9eb6df105e add patch from upstream to fix signedness error in hash calculation
which can lead to an overwrite or segfault
bump PKGREV
2011-11-30 10:55:49 +00:00

20 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/11/30 10:55:49 drochner Exp $
#
DISTNAME= qhull-2003.1
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.qhull.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.qhull.org/
COMMENT= Computing the convex hull
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"