mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
11 lines
183 B
Makefile
11 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= projection
|
|
SRCS!= echo ${.CURDIR}/*.cpp
|
|
CXXFLAGS+= -I${LOCALBASE}/include
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 0
|
|
LIBDIR= ${PREFIX}/lib
|
|
NOPROFILE= true
|
|
|
|
.include <bsd.lib.mk>
|