# New ports collection makefile for: fluxbb # Date created: 19 May 2008 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= fluxbb PORTVERSION= 1.2.22 CATEGORIES= www MASTER_SITES= http://fluxbb.org/download/releases/${PORTVERSION}/ MAINTAINER= wen@FreeBSD.org COMMENT= A fast and lightweight PHP-powered discussion board SUB_FILES= pkg-message NO_BUILD= yes USE_PHP= yes OPTIONS= MYSQL "Add support for a MySQL database server" On \ PGSQL "Add support for a PostgreSQL database server" Off \ SQLITE "Add support for a SQLite database server" Off .include .if defined(WITH_MYSQL) USE_PHP+= mysql .endif .if defined(WITH_PGSQL) USE_PHP+= pgsql .endif .if defined(WITH_SQLITE) USE_PHP+= sqlite .endif do-install: @cd ${WRKSRC}/upload && ${COPYTREE_SHARE} . ${WWWDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} post-install: @${CAT} ${PKGMESSAGE} .include