a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name csv2xml
version 0.6
categories textproc
platforms darwin
maintainers nomaintainer@macports.org
description A simple csv to xml converter.
long_description ${description}
homepage http://csv2xml.sourceforge.net/
master_sites sourceforge
checksums md5 e74f8a18ac03195fc04e802b3a4ec487
use_bzip2 yes
configure {
cd ${worksrcpath}
reinplace "s|/usr/local|\${DESTDIR}${prefix}|g" src/Makefile
reinplace "s|/usr/local/man|\${DESTDIR}${prefix}/share/man|g" man/Makefile
}