head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.58;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.2;

1.2
date	2011.09.27.01.16.03;	author wen;	state Exp;
branches;
next	1.1;

1.1
date	2011.01.07.02.21.21;	author wen;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	phpscheduleit
# Date created:				4 Januar 2011
# Whom:					jamrich.majo@@gmail.com
#
# $FreeBSD: head/www/phpscheduleit/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	phpscheduleit
PORTVERSION=	1.2.12
CATEGORIES=	www
MASTER_SITES=	SF/phpscheduleit/1.%20phpScheduleIt/${PORTVERSION}
DISTNAME=	phpScheduleIt_${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A web-based resource scheduling and management system

RUN_DEPENDS+=	php:${PORTSDIR}/lang/php5 \
		${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB

PEARDIR=	${PREFIX}/share/pear
USE_PHP+=	mysql
USE_MYSQL=	yes
NO_BUILD=	yes
WWWOWN=		www
WWWGRP=		${WWWOWN}

PKGMESSAGE=	${WRKDIR}/${PORTNAME}/pkg-message
SUB_FILES=      pkg-message
PLIST_DIRSTRY=	%%WWWDIR%%

OPTIONS_DEFINE=	PGSQL APACHE LIGHTTPD
OPTIONS_DEFAULT=APACHE 

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MPGSQL}
USE_PHP+=	pgsql
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql
.endif

.if ${PORT_OPTIONS:MAPACHE}
USE_APACHE_RUN=	22
.endif

.if ${PORT_OPTIONS:MLIGHTTPD}
RUN_DEPENDS+=	lighttpd:${PORTSDIR}/www/lighttpd
.endif

do-install:
	@@${MKDIR} ${WWWDIR}
	@@${CP} -r ${WRKDIR}/* ${WWWDIR}
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}

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

.include <bsd.port.mk>
@


1.3
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Reset maintainer

Submitted by:	jamrich.majo@@gmail.com (previous maintainer, via email)
@
text
@d31 2
a32 3
OPTIONS=	POSTGRE "Use PostgreSQL Database" off \
		APACHE "Use Apache webserver" on \
		LIGHTTPD "Use Lighttpd webserver" off
d36 1
a36 1
.if defined(WITH_POSTGRE)
d40 3
a42 2
.if defined(WITH_APACHE)
USE_APACHE=	22
d44 2
a45 1
.if defined(WITH_LIGHTTPD)
@


1.1
log
@phpScheduleIt is a web-based resource scheduling system that allows
administered management of reservations on any number of resources.
Typical applications are conference room or machine reservation
management. Written in PHP and tested on MySQL.

WWW: http://sourceforge.net/projects/phpscheduleit/

PR:		ports/153678
Submitted by:	Marian Jamrich <jamrich.majo@@gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	jamrich.majo@@gmail.com
@

