freebsd-ports/math/levmar/files/Makefile.lib
Brendan Fabeny 6d50128666 Add levmar 2.5, a GPL-licensed library implementing the
Levenberg-Marquardt algorithm.

PR:		ports/146683
Submitted by:	Eijiro Shibusawa <ej-sib at ice.uec.ac.jp>
Approved by:	makc (co-mentor)
2010-08-25 06:42:48 +00:00

13 lines
255 B
Text

# makefile for levmar sources
LIB = levmar
LIBDIR = $(PREFIX)/lib
SHLIB_MAJOR= 2
SHLIB_MINOR= 5
SRCS= lm.c Axb.c misc.c lmlec.c lmbc.c lmblec.c lmbleic.c
beforeinstall:
${BSD_INSTALL_DATA} ${.CURDIR}/levmar.h ${PREFIX}/include
.include <bsd.lib.mk>