mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
ff30de4afc
- 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)
14 lines
265 B
Makefile
14 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>
|