Ticket #8275: Portfile.diff
File Portfile.diff, 1.1 KB (added by markd@…, 19 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 PortGroup perl5 1.0 5 perl5.setup Curses 1. 08b5 perl5.setup Curses 1.13 6 6 7 7 # Hack because there is something strange with 1.08b 8 distfiles Curses-1.08b.tgz 9 worksrcdir Curses-1.08 8 extract.suffix .tgz 10 9 11 10 maintainers sal@email.arc.nasa.gov 12 11 description terminal screen handling and optimization … … 17 16 varies (:-) between different curses(3) libraries and \ 18 17 operating systems. 19 18 platforms darwin 20 checksums md5 b468da1602da4399cd03f985672beb7221 depends_lib-append lib:libncurses:ncurses19 checksums md5 33f6a17f9ece7efda2dde3431e1540f6 20 depends_lib-append port:ncurses 22 21 23 22 pre-configure { 24 23 file copy -force ${worksrcpath}/hints/c-freebsd.ncurses.h ${worksrcpath}/c-config.h