freebsd-ports/math/cminpack/Makefile
Fernando Apesteguía 36e690c0ad Remove Ego-Lines from fernape's ports
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14668
2018-03-13 22:24:58 +00:00

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>