# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 72325 2010-10-11 01:11:18Z snc@macports.org $ PortSystem 1.0 name phpbb version 3.0.7-PL1 categories www php maintainers snc openmaintainer description A PHP-based bulletin board / discussion forum system long_description phpBB is a high powered, fully scalable, and highly \ customisable open-source bulletin board package. phpBB \ has a user-friendly interface, simple and straightforward \ administration panel, and helpful FAQ. Based on the \ powerful PHP server language and your choice of MySQL, \ MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB \ is the ideal free community solution for all web sites. homepage http://www.phpbb.com platforms darwin freebsd depends_run port:php5-web port:php5-ftp port:php5-imagick port:php5-gd master_sites sourceforge distname phpBB-${version} use_bzip2 yes checksums md5 67570654462c442c29080007c0af1e1b \ sha1 13022ecdd7203c45f7c56d1b8f2fade3bf98672d variant mysql { depends_run-append port:php5-mysql } variant postgresql { depends_run-append port:php5-postgresql } set docpath ${destroot}${prefix}/www/data set worksrcpath ${workpath}/phpBB3 use_configure no build {} destroot { xinstall -d -m 0755 ${docpath}/phpbb eval file copy [glob ${worksrcpath}/*] ${docpath}/phpbb file rename ${docpath}/phpbb/config.php \ ${docpath}/phpbb/config.php-dist } livecheck.url http://www.phpbb.com/ livecheck.regex version">(\\d+(\\.\\d+)+(-PL\\d+)?)