36e690c0ad
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668
26 lines
512 B
Makefile
26 lines
512 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cminpack
|
|
PORTVERSION= 1.3.6
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= fernape@FreeBSD.org
|
|
COMMENT= Solving nonlinear equations and nonlinear least squares problems
|
|
|
|
LICENSE_FILE= ${WRKSRC}/CopyrightMINPACK.txt
|
|
|
|
USES= cmake:outsource
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= devernay
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
post-install-EXAMPLES-on:
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "*.[ch] testdata" \
|
|
${STAGEDIR}${EXAMPLESDIR})
|
|
|
|
.include <bsd.port.mk>
|