Ticket #17214: Portfile-sphinx.diff
File Portfile-sphinx.diff, 1.1 KB (added by bryan@…, 16 years ago) |
---|
-
textproc/sphinx/Portfile
old new 1 # $Id : Portfile 40407 2008-09-30 22:44:55Z brett@macports.org$1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 5 name sphinx 6 version 0.9.8 6 version 0.9.8.1 7 7 categories textproc net 8 maintainers brett@macports.org openmaintainer 8 maintainers macports.org:brett \ 9 openmaintainer 9 10 10 11 platforms darwin 11 12 description Sphinx is a full-text search engine … … 18 19 homepage http://www.sphinxsearch.com 19 20 master_sites ${homepage}/downloads/ 20 21 distfiles sphinx-${version}.tar.gz 21 checksums sha1 0f82e56a9181b3aeaeef65e9ba82fbf6fbe632d622 checksums sha1 eed4c6f5b314f965c19cca8aebd0b6d847cd35f9 22 23 23 24 depends_lib port:mysql5 24 25 configure.args --mandir=${prefix}/share/man \ 25 26 --datadir=${prefix}/share/doc \ 27 --sysconfdir=${prefix}/etc/sphinx \ 26 28 --with-mysql-includes=${prefix}/include/mysql5/mysql \ 27 29 --with-mysql-libs=${prefix}/lib/mysql5/mysql 28 30