Ticket #3569: portfile.diff
File portfile.diff, 1.1 KB (added by jstetser@…, 19 years ago) |
---|
-
media/portfile-lighttpd-1.3.14
5 5 version 1.3.14 6 6 categories www 7 7 maintainers jstetser@icongarden.com 8 revision 1 8 revision 1.1 9 9 description A secure, fast, compliant and flexible web-server 10 10 long_description lighttpd is a secure, fast, compliant and very flexible\ 11 11 web-server which has been optimized for high-performance\ … … 14 14 homepage http://www.lighttpd.net/ 15 15 master_sites ${homepage}/download/ 16 16 checksums md5 16d9f8c40bcb5638ee452fa23b21e346 17 depends_lib lib:libpcre:pcre 17 depends_lib lib:libpcre:pcre \ 18 lib:libz.1:zlib 18 19 19 20 configure.args --mandir=${prefix}/share/man 20 21 … … 27 28 "${worksrcpath}/src/mod_mysql_vhost.c" 28 29 } 29 30 31 } 32 33 variant ssl { 34 depends_lib-append bin:openssl:openssl 35 configure.args-append --with-openssl=${prefix}/include/openssl 30 36 } 37 No newline at end of file