diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-07-29 14:38:12 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-07-29 14:38:12 +0000 |
commit | 8f518b0bb9d37eb7b1db22403f3cadee28141de1 (patch) | |
tree | 45069a2183fea696f836c13f9ce900395e0713f2 /textproc/tinyxml/files | |
parent | Update to 0.07 (diff) |
Add tinyxml 2.3.1, small C++ XML parser.
Notes
Notes:
svn path=/head/; revision=115003
Diffstat (limited to 'textproc/tinyxml/files')
-rw-r--r-- | textproc/tinyxml/files/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/tinyxml/files/Makefile b/textproc/tinyxml/files/Makefile new file mode 100644 index 000000000000..b83ee8231278 --- /dev/null +++ b/textproc/tinyxml/files/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ +# $Id$ + +LIB = 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> |