Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,18 +1,20 @@
# $NetBSD: Makefile,v 1.4 2012/09/11 23:04:33 asau Exp $
#
# $NetBSD: Makefile,v 1.5 2016/02/03 16:05:56 nros Exp $
DISTNAME= qhull-2003.1
PKGREVISION= 1
DISTNAME= qhull-2015-src-7.2.0
PKGNAME= qhull-2015.2
CATEGORIES= math
MASTER_SITES= http://www.qhull.org/download/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.qhull.org/
COMMENT= Computing the convex hull
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_LIBTOOL= yes
CMAKE_USE_GNU_INSTALL_DIRS = no
CMAKE_ARGS+= -DMAN_INSTALL_DIR:PATH=${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"