mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
12 lines
229 B
Makefile
12 lines
229 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|