freebsd-ports/math/levmar/files/Makefile.lib
Danilo Egea Gondolfo ff30de4afc - Update to 2.6 [1]
- Correction of MASTER_SITES [1]
- Add DOCS and EXAMPLES options
- Add stage support
- Convert LIB_DEPENDS to new syntax

PR:		ports/182573
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) [1]
Approved by:	wg/culot (mentors, implicit)
2013-10-09 03:15:58 +00:00

13 lines
265 B
Makefile

# 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 ${DESTDIR}${PREFIX}/include
.include <bsd.lib.mk>