Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/textproc/wbxml2/Portfile

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$
2PortSystem        1.0
3name              wbxml2
4version           0.9.0
5categories        textproc devel
6maintainers       glasser@mit.edu
7description       converts between XML and Wireless Binary XML (WBXML)
8long_description  ${description}
9homepage          http://libwbxml.aymerick.com/
10
11master_sites      sourceforge
12master_sites.mirror_subdir wbxmllib
13
14distfiles  ${name}-${version}-src.tar.gz
15checksums md5 3f9b5bf104ec523b8eebe69f93919ded
16
17depends_lib lib:libexpat:expat bin:glibtoolize:libtool
18
19use_automake yes
20automake.args --add-missing
21
22use_autoconf yes
23
24pre-configure {
25    cd ${worksrcpath}
26    system "glibtoolize"
27    system "aclocal"
28    system "autoheader"
29}
Note: See TracBrowser for help on using the browser.