# $Id: Portfile,v 1.2 2005/12/10 22:58:41 joe Exp $ PortSystem 1.0 name wordpress version 1.5.2 categories www maintainers joe@opendarwin.org description A state-of-the-art semantic personal publishing platform long_description WordPress is a state-of-the-art semantic personal publishing platform \ with a focus on aesthetics, web standards, and usability. homepage http://www.wordpress.org/ master_sites ${homepage} distname latest checksums md5 680e6381c8111f555a2c7066ddafd575 platforms darwin freebsd default_variants +apache +mysql4 +php4 variant apache conflicts apache2 { depends_run-append port:apache } variant apache2 conflicts apache { depends_run-append port:apache2 } variant php4 conflicts php5 { depends_run-append port:php4 } variant php5 conflicts php4 { depends_run-append port:php5 } variant mysql conflicts mysql4 { depends_run-append port:mysql } variant mysql4 conflicts mysql { depends_run-append port:mysql4 } set docpath ${destroot}${prefix}/www/ use_configure no build {} destroot { xinstall -d -m 0755 ${docpath}/wordpress eval file copy [glob ${workpath}/wordpress/*] ${docpath}/wordpress }