Ticket #17140: lout-3.37.diff
File lout-3.37.diff, 1.8 KB (added by nox@…, 16 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 PortSystem 1.0 3 4 4 5 name lout 5 version 3.3 66 version 3.37 6 7 categories textproc 7 8 platforms darwin freebsd 8 9 maintainers gmail.com:ggreif … … 15 16 homepage http://lout.sourceforge.net/ 16 17 master_sites sourceforge \ 17 18 ftp://ftp.it.usyd.edu.au/jeff/lout/ 18 checksums md5 9fb418e5db4cb242f7ab1c6e8c59a1c2 \19 sha1 f3c566a438b66688d13d20b9608ca30cf7b84288 \20 rmd160 ccf64b1eb730e061d1c0437741d9cd94d5ff7d6121 19 20 checksums md5 cd2eafc180e87d704f0b8882dbfe0c1b \ 21 sha1 2e0f6a76db43f02bf9dd51d3fc47a1cc187e9f77 \ 22 rmd160 59314d869b2d2b63b7c6421171c01ec8f94a47b5 23 24 depends_build port:zlib 25 22 26 use_configure no 23 27 24 build.args PREFIX=${prefix} 28 use_parallel_build yes 29 build.args PREFIX=${prefix} \ 30 LOUTLIBDIR=$prefix/share/lout \ 31 PDF_COMPRESSION=1 \ 32 ZLIB=$prefix/lib/libz.a \ 33 ZLIBPATH=-I$prefix/include \ 34 USESTAT=1 \ 35 COLLATE=1 25 36 26 destroot.env LOUTLIB=${destroot}${prefix}/lout.lib 27 destroot.args PREFIX=${destroot}${prefix} 37 set docdir $prefix/share/doc/$name-$version 38 39 destroot.target allinstall 40 destroot.destdir PREFIX=${destroot}${prefix} 41 destroot.args LOUTLIBDIR=$destroot$prefix/share/lout \ 42 LOUTLIB=$destroot$prefix/share/lout \ 43 MANDIR=$destroot$prefix/share/man/man1 \ 44 LOUTDOCDIR=$destroot$docdir 45 46 pre-destroot { 47 xinstall -d $destroot$docdir 48 }