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

20
math/nlopt/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1 2015/11/28 07:33:38 wen Exp $
DISTNAME= nlopt-2.4.2
CATEGORIES= math
MASTER_SITES= http://ab-initio.mit.edu/nlopt/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ab-initio.mit.edu/nlopt/
COMMENT= Nonlinear optimization library
LICENSE= gnu-lgpl-v2.1 OR mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE= lib/pkgconfig/nlopt.pc
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"