1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name xmlindent |
---|
5 | version 0.2.17 |
---|
6 | categories textproc |
---|
7 | maintainers cedric.luthi@gmail.com |
---|
8 | description xml indentation utility |
---|
9 | long_description XML Indent is a XML stream reformatter written \ |
---|
10 | in ANSI C. It is analogous to GNU indent. |
---|
11 | |
---|
12 | homepage http://xmlindent.sourceforge.net |
---|
13 | master_sites sourceforge |
---|
14 | checksums md5 c08be3867ee906ca69b949d55a4f3780 \ |
---|
15 | sha1 024d5c27ae7fd63b012e663c437b3ec46f12b789 \ |
---|
16 | rmd160 f0b6e51ed24c16026d551c495d4c5bbb1d892b5d |
---|
17 | |
---|
18 | use_configure no |
---|
19 | pre-build { |
---|
20 | reinplace "s|PREFIX=/usr/local|PREFIX=\$(DESTDIR)${prefix}|" ${worksrcpath}/Makefile |
---|
21 | } |
---|