mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
10 lines
216 B
Makefile
10 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>
|