|
Revision 28571, 0.7 KB
(checked in by mww@…, 15 months ago)
|
|
replace configure.env if appropriate
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | PortSystem 1.0 |
|---|
| 3 | name wbxml2 |
|---|
| 4 | version 0.9.0 |
|---|
| 5 | categories textproc devel |
|---|
| 6 | maintainers glasser@mit.edu |
|---|
| 7 | description converts between XML and Wireless Binary XML (WBXML) |
|---|
| 8 | long_description ${description} |
|---|
| 9 | homepage http://libwbxml.aymerick.com/ |
|---|
| 10 | |
|---|
| 11 | master_sites sourceforge |
|---|
| 12 | master_sites.mirror_subdir wbxmllib |
|---|
| 13 | |
|---|
| 14 | distfiles ${name}-${version}-src.tar.gz |
|---|
| 15 | checksums md5 3f9b5bf104ec523b8eebe69f93919ded |
|---|
| 16 | |
|---|
| 17 | depends_lib lib:libexpat:expat bin:glibtoolize:libtool |
|---|
| 18 | |
|---|
| 19 | use_automake yes |
|---|
| 20 | automake.args --add-missing |
|---|
| 21 | |
|---|
| 22 | use_autoconf yes |
|---|
| 23 | |
|---|
| 24 | pre-configure { |
|---|
| 25 | cd ${worksrcpath} |
|---|
| 26 | system "glibtoolize" |
|---|
| 27 | system "aclocal" |
|---|
| 28 | system "autoheader" |
|---|
| 29 | } |
|---|