# $Id: Portfile,v 1.1 2006/02/07 07:09:31 olegb Exp $

PortSystem 1.0
name            devtodo
version         0.1.19
categories      devel
maintainers     olegb@opendarwin.org
platforms       darwin
description     Command line application for maintaining lists of tasks. 
long_description        DevTodo is small command line application for maintaining \
						lists of tasks. It stores tasks hierarchically, with each \
						task given one of five priority levels. Data is stored as \
						XML, so various XSLT templates can be executed on the XML \
						to convert it into different formats eg. HTML.
homepage        http://swapoff.org/DevTodo/
master_sites    http://swapoff.org/files/devtodo/
checksums       rmd160 133140acde8a3fdd9f055460c28926f60873aeb3
depends_lib		port:readline
configure.env	LDFLAGS=-L${prefix}/lib
configure.args	--mandir=${prefix}/share/man
