Ticket #9758: jp2a-portfile.diff
File jp2a-portfile.diff, 1.4 KB (added by csl@…, 18 years ago) |
---|
-
oldfile
old new 1 1 # $Id: Portfile,v 1.1 2006/06/29 06:39:03 mww Exp $ 2 2 PortSystem 1.0 3 3 name jp2a 4 version 0.9. 74 version 0.9.14 5 5 categories graphics 6 6 maintainers csl@sublevel3.org 7 7 description converts JPEG images to ASCII 8 8 long_description The jp2a program will read JPEG images and print them \ 9 9 in ASCII characters. Options let you control the output \ 10 size. 10 size. You know you want it. 11 11 use_bzip2 yes 12 12 homepage http://jp2a.sf.net/ 13 13 master_sites sourceforge 14 checksums md5 645b99aade71b246b92a502dc251d313 \ 15 sha1 3f2e3c65e27254d2b79466a8e5ee17ca35fde33d \ 16 rmd160 684f8dd9b7f9d39fbd6d85d8a88382c006f40651 17 depends_lib port:jpeg 18 configure.args --with-jpeg-prefix=${prefix} --mandir=\\\${prefix}/share/man 14 checksums md5 530c48864e987ecf0a461f56aea21f1f \ 15 sha1 d469e889459fb46eaf4e88d9be46595c4911a8cf \ 16 rmd160 b0645b3ec5143825dfa4c5eba9df508f1bea142d 17 depends_lib port:jpeg port:curl 18 configure.args --with-jpeg-prefix=${prefix} --enable-curl \ 19 --with-curl-config=${prefix}/bin --mandir=\\\${prefix}/share/man 19 20 destroot.destdir prefix=${destroot}${prefix} 20 21