pkgsrc/math/qhull/Makefile

19 lines
372 B
Makefile
Raw Normal View History

2012-09-12 01:04:15 +02:00
# $NetBSD: Makefile,v 1.4 2012/09/11 23:04:33 asau 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
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"