blob: 2352edeeb7550a694c94264e61aa19dafc8f5f1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1.1.1 2007/09/19 18:00:54 drochner Exp $
#
DISTNAME= qhull-2003.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"
|