Ticket #35964: fox-1.6.46.diff
File fox-1.6.46.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name fox 6 version 1.6.36 7 revision 4 6 version 1.6.46 8 7 description The FOX GUI toolkit 9 8 long_description FOX is a C++ based Toolkit for developing Graphical \ 10 9 User Interfaces easily and effectively. 11 10 maintainers lylejohnson.name:lyle 12 11 categories x11 13 12 platforms darwin 14 distname fox-${version} 13 license LGPL-2.1+ 14 15 15 homepage http://www.fox-toolkit.org/ 16 master_sites http://www.fox-toolkit.org/ftp/ 17 checksums md5 5fdc89446185fbbf024cec44eb50a239 \ 18 sha1 28ad1823033027fb05887cb625301c2eae56c08e \ 19 rmd160 da615f1c036272294510e981b2d73037969f2570 16 master_sites ftp://ftp.fox-toolkit.org/pub/ 20 17 18 checksums rmd160 a3c37e0431053b68f63f22c0d0b2bf969dac583b \ 19 sha256 4ba84261be19c938ff3fc8fda5a4ceac6469e87205d90869fd5d92124b8ebbe0 20 21 21 depends_build \ 22 22 port:pkgconfig 23 23 … … 31 31 port:freetype \ 32 32 port:mesa 33 33 34 configure.pre_args --prefix=${prefix} --mandir=${prefix}/share/man 35 configure.args --with-x --with-xft --with-opengl --enable-cups 34 configure.args --with-x --with-xft --with-opengl 36 35 36 configure.cppflags-append -I${prefix}/include/freetype2 37 37 38 use_parallel_build yes 39 40 livecheck.type regex 41 livecheck.url ${homepage}download.html 42 livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}.*STABLE