mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
11 lines
216 B
Makefile
11 lines
216 B
Makefile
LIB_CXX= tinyxml
|
|
SRCS= tinystr.cpp tinyxmlerror.cpp tinyxml.cpp tinyxmlparser.cpp
|
|
INCS= tinyxml.h tinystr.h
|
|
|
|
SHLIB_MAJOR= %%SHLIB_MAJOR%%
|
|
|
|
LIBDIR= ${PREFIX}/lib
|
|
INCLUDEDIR= ${PREFIX}/include
|
|
|
|
.include <bsd.lib.mk>
|