head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.2;
locks; strict;
comment	@# @;


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

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

1.5
date	2012.02.07.04.36.54;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2011.07.14.06.43.58;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2010.12.03.04.01.51;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2010.11.24.13.46.05;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.23.09.50.13;	author pav;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309613
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309613 | wen | 2012-12-29 07:01:11 +0000 (Sat, 29 Dec 2012) | 8 lines
## SVN ##
## SVN ## - Update to 3.0.11
## SVN ##
## SVN ## While here:
## SVN ## - Trim Makefile headers
## SVN ##
## SVN ## PR:		174451
## SVN ## Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Bo-Yi Wu <appleboy.tw@@gmail.com>
# $FreeBSD: head/chinese/phpbb3-tw/Makefile 309613 2012-12-29 07:01:11Z wen $

PORTNAME=	phpbb
PORTVERSION=	3.0.11
CATEGORIES=	chinese www
MASTER_SITES=	http://www.phpbb-tw.net/phpbb/download/ \
		http://freebsd.ee.ccu.edu.tw/phpBB/
PKGNAMESUFFIX=	-tw
DISTNAME=	phpBB-${PORTVERSION}

MAINTAINER=	appleboy.tw@@gmail.com
COMMENT=	The Traditional Chinese version of phpBB3

CONFLICTS=	phpbb-tw-[0-2]* phpbb-devel-[0-3]* phpbb-[0-3]*

LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}3${PKGNAMESUFFIX}

USE_ZIP=	yes

# The phpBB3 port supports a number of variables that may be tweaked at build
# time.  Perform a "make options" to see more information on these variables.
#
WWWDOCROOT?=	www
PHPBBURL?=	phpBB3
#
# End of user-configurable variables.

WRKSRC=		${WRKDIR}/phpBB3
NO_BUILD=	yes
SUB_FILES=	pkg-message
SUB_LIST=	PHPBBURL="${PHPBBURL}" \
		PHPBBDIR="${PHPBBDIR}"

PORTDOCS=	*
PLIST_SUB+=	PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}

# Set custom variables:
#
PHPBBDIR=	${WWWDOCROOT}/${PHPBBURL}
PKGOPTS=	${FILESDIR}/pkg-opts

options:
	@@ ${ECHO_MSG} "===>  Build options for ${PKGNAME}:"
	@@ ${CAT} ${PKGOPTS}

pre-everything::
.if !defined(BATCH)
	@@ ${TEST} -r ${PKGOPTS} && \
	  (${ECHO_MSG} '-------------------------------------------------------------------------'; \
	   ${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \
	   ${ECHO_MSG} '-------------------------------------------------------------------------')
.endif

do-install:
	@@ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/${PHPBBDIR} "! -name config.php"
	@@ [ -f ${PREFIX}/${PHPBBDIR}/config.php ] || ${TOUCH} ${PREFIX}/${PHPBBDIR}/config.php
	@@ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PHPBBDIR}
	@@ ${CHMOD} -R 0755 ${PREFIX}/${PHPBBDIR}
	@@ ${ECHO_CMD} '@@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \
		${PHPBBDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}
	@@ ${ECHO_CMD} '@@exec ${CHMOD} -R 0755 ${PREFIX}/${PHPBBDIR}' >> ${TMPPLIST}

post-install:
.if !defined(NOPORTDOCS)
	@@ ${MKDIR} ${DOCSDIR}
	@@ cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}

.if !defined(BATCH)
	@@ ${CAT} ${PKGMESSAGE}
.endif
.endif

.include <bsd.port.mk>
@


1.6
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	phpbb3-tw
# Date created:		2010-11-08
# Whom:			Bo-Yi Wu <appleboy.tw@@gmail.com>
#
# $FreeBSD: head/chinese/phpbb3-tw/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d5 1
a5 1
PORTVERSION=	3.0.10
@


1.5
log
@- Update to 3.0.10

PR:		164728
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 3.0.9
- Update comment

Changes:	http://www.phpbb.com/community/viewtopic.php?f=14&t=2134142&sid=d5bb66906a5e4284e3cc581f4bc2a147
PR:		ports/158864
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.0.9
@


1.3
log
@- Fix LATEST_LINK

PR:		ports/152798
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.0.8
d12 1
a12 1
	http://freebsd.ee.ccu.edu.tw/phpBB/
d25 1
a25 1
# The phpBB2 port supports a number of variables that may be tweaked at build
@


1.2
log
@- Update to 3.0.8

PR:		ports/152534
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
@
text
@d21 2
@


1.1
log
@phpBB is a free flat-forum bulletin board software solution
that can be used to stay in touch with a group of people or
can power your entire website. With an extensive database of
user-created modifications and styles database containing
hundreds of style and image packages to customise your board,
you can create a very unique forum in minutes.

No other bulletin board software offers a greater complement
of features, while maintaining efficiency and ease of use.
Best of all, phpBB is completely free. We welcome you to test
it for yourself today*. If you have any questions please visit
our Community Forum where our staff and members of the community
will be happy to assist you with anything from configuring the
software to modifying the code for individual needs. Learn more
about phpBB.

WWW: http://www.phpbb.com/

PR:		ports/152049
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	3.0.7
d12 1
a12 1
		http://freebsd.ee.ccu.edu.tw/phpBB/
d14 1
a14 1
DISTNAME=	phpBB-${PORTVERSION}-PL1
a30 1
LATEST_LINK?=	phpbb3
d37 1
@

