 # $Id: Portfile,v 1.2 2006/04/19 19:30:39 markd Exp $

PortSystem                      1.0
PortGroup                       perl5 1.0
perl5.setup                     Curses 1.13

maintainers                     sal@email.arc.nasa.gov
description                     terminal screen handling and optimization 
long_description                Curses is the interface between Perl and your system's \
				curses(3) library. For descriptions on the usage of a \
				given function, variable, or constant, consult your \
				system's documentation, as such information invariably \
				varies (:-) between different curses(3) libraries and \
				operating systems.
platforms                       darwin
checksums                       md5 33f6a17f9ece7efda2dde3431e1540f6
depends_lib-append              port:ncurses

pre-configure { 
	file copy -force ${worksrcpath}/hints/c-freebsd.ncurses.h ${worksrcpath}/c-config.h
}
