head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


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

1.5
date	2012.09.22.03.34.40;	author tabthorpe;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.22.00.38.21;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.21.21.56.05;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.10.11.46.54;	author tdb;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.01.08.19.45;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Created by: ijliao
# $FreeBSD: head/www/phpwebapp/Makefile 304655 2012-09-22 03:34:40Z tabthorpe $

PORTNAME=	phpwebapp
PORTVERSION=	1.2
CATEGORIES=	www
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A web application framework

USE_PHP=	yes
WANT_PHP_WEB=	yes
NO_BUILD=	yes
PHPWEBAPP?=	${PREFIX}/www/data/web_app

do-install:
	${MKDIR} -p ${PREFIX}/www/data
	${CP} -R ${WRKSRC}/web_app/ ${PHPWEBAPP}
	@@${FIND} ${PHPWEBAPP} ! -type d | \
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
	@@${FIND} ${PHPWEBAPP} -type d | ${SORT} -r | \
		${SED} 's,^${PREFIX}/,@@dirrm ,' >> ${TMPPLIST}
	@@${ECHO_CMD} "@@unexec rmdir %D/www/data 2>/dev/null || true" >> ${TMPPLIST}

.include <bsd.port.mk>
@


1.5
log
@SVN rev 304655 on 2012-09-22 03:34:40Z by tabthorpe

- Reassign to the heap due to mail bounces

With hat:	portmgr
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d1 1
a1 5
# ex:ts=8
# Ports collection makefile for:	phpwebapp
# Date created:			Jul 1, 2004
# Whom:				ijliao
#
a2 1
#
d9 1
a9 1
MAINTAINER=	munggo@@pmy.lv
@


1.3
log
@- Fix plist after recent php changes
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.2
log
@- Update to 1.2
- Assign maintainership to submitter (from ports@@)

PR:		91579
Submitted by:	"munggo@@pmy.lv" <Mun-Kyo.Seo@@pmy.pmy.lv.pmy.lv>
@
text
@d30 1
@


1.1
log
@add phpwebapp 1.0
A web application framework
@
text
@d10 1
a10 1
PORTVERSION=	1.0
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d24 1
@

