opnsense-ports/math/cminpack/Makefile
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02:00

21 lines
528 B
Makefile

# Created by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
# $FreeBSD$
PORTNAME= cminpack
PORTVERSION= 1.3.4
CATEGORIES= math
MASTER_SITES= http://devernay.free.fr/hacks/${PORTNAME}/
MAINTAINER= fernando.apesteguia@gmail.com
COMMENT= Solving nonlinear equations and nonlinear least squares problems
USES= cmake:outsource
OPTIONS_DEFINE= EXAMPLES
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "*.[ch] testdata" \
${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>