head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2013.03.06.13.00.03;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2013.03.06.12.55.11;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.06.02.33;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2011.02.14.00.33.19;	author wen;	state Exp;
branches;
next	1.4;

1.4
date	2011.01.16.01.26.12;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.03.05.49.36;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.27.20.16.28;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.03.13.24.38;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313462
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	fluxbb
# Date created:		19 May 2008
# Whom:			Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/www/fluxbb/Makefile 313462 2013-03-05 17:16:48Z miwi $
#

PORTNAME=	fluxbb
PORTVERSION=	1.4.4
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_DEFINE=	MYSQL PGSQL SQLITE
OPTIONS_DEFAULT=	MYSQL

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MMYSQL}
USE_PHP+=	mysql
.endif

.if ${PORT_OPTIONS:MPGSQL}
USE_PHP+=	pgsql
.endif

.if ${PORT_OPTIONS:MSQLITE}
USE_PHP+=	sqlite
.endif

do-extract:
	@@${MKDIR} ${WRKSRC}
	@@${TAR} -yxf ${DISTDIR}/${DISTFILES} -C ${WRKSRC}

do-install:
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
	@@${ECHO_CMD} '@@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313460
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d5 1
a5 1
# $FreeBSD: head/www/fluxbb/Makefile 313460 2013-03-05 17:07:43Z miwi $
d23 2
@


1.6
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/fluxbb/Makefile 300897 2012-07-14 14:29:18Z beat $
d20 2
a21 3
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
d23 1
a23 3
.include <bsd.port.pre.mk>

.if defined(WITH_MYSQL)
d27 1
a27 1
.if defined(WITH_PGSQL)
d31 1
a31 1
.if defined(WITH_SQLITE)
d47 1
a47 1
.include <bsd.port.post.mk>
@


1.5
log
@- Update to 1.4.4

PR:		ports/154744
Submitted by:	Mark Felder <feld@@feld.me>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 1.4.2
  (Also fix the fetch error reported by QAT@@)

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.4.2
@


1.3
log
@- Update to 1.2.22
- Update my mail address to FreeBSD
@
text
@d9 1
a9 1
PORTVERSION=	1.2.22
d38 4
d43 1
a43 1
	@@cd ${WRKSRC}/upload && ${COPYTREE_SHARE} . ${WWWDIR}
@


1.2
log
@- Update to 1.2.20

PR:		125952
Submitted by:	Wen heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.2.20
d13 1
a13 1
MAINTAINER=	wenheping@@gmail.com
d23 1
@


1.1
log
@FluxBB is an open source forum application released under the
GNU General Public Licence. It is free to download and use and
will remain so. FluxBB was conceived and designed to be fast and
light with less of the "not so essential" features that some of
the other forums have whilst not sacrificing essential functionality
or usability.

WWW:	http://www.fluxbb.org/

PR:		ports/123863
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.2.18
a11 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@

