Ticket #11954: Portfile

File Portfile, 954 bytes (added by mandrake@…, 17 years ago)
Line 
1# $Id: Portfile 24954 2007-05-09 04:26:38Z ryandesign@macports.org $
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     Curses 1.15
6extract.suffix                  .tgz
7
8maintainers                     sal@email.arc.nasa.gov
9description                     terminal screen handling and optimization
10long_description                Curses is the interface between Perl and your system's \
11                                curses(3) library. For descriptions on the usage of a \
12                                given function, variable, or constant, consult your \
13                                system's documentation, as such information invariably \
14                                varies (:-) between different curses(3) libraries and \
15                                operating systems.
16platforms                       darwin
17checksums                       md5 6f3c5ea61cbbfabe15b0004febcb3a4d
18depends_lib-append              port:ncurses
19
20pre-configure {
21        file copy -force ${worksrcpath}/hints/c-freebsd.ncurses.h ${worksrcpath}/c-config.h
22}