Ticket #11382: Portfile

File Portfile, 611 bytes (added by 0xced (Cédric Luthi), 17 years ago)

xmlindent 0.2.17 Portfile

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