You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
63cef505eb
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@128854 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
226 B
PkgConfig
11 lines
226 B
PkgConfig
prefix=@@PREFIX@@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: TinyXml
|
|
Description: simple, small, C++ XML parser
|
|
Version: @@VERSION@@
|
|
Libs: -L${libdir} -ltinyxml
|
|
Cflags: -I${includedir}
|