head	1.4;
access;
symbols
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	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;
locks; strict;
comment	@# @;


1.4
date	2011.08.01.20.12.06;	author dinoex;	state dead;
branches;
next	1.3;

1.3
date	2010.06.05.09.54.06;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.16.10.18.09;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.16.10.16.39;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- retire obsolete port
contenido does not work with PHP5.3
@
text
@# New ports collection makefile for: contenido
# Date created:		25 Nov 2008
# Whom:			dirk.meyer
#
# $FreeBSD: ports/www/contenido/Makefile,v 1.3 2010/06/05 09:54:06 dinoex Exp $
#

PORTNAME=	contenido
PORTVERSION=	4.8.12
CATEGORIES=	www
MASTER_SITES=	http://www.contenido.org/de/upload/versionen/
DISTNAME=	Contenido_${PORTVERSION}

MAINTAINER=	dinoex@@FreeBSD.org
COMMENT=	Web Content Management System

LICENSE=	GPLv2

USE_ZIP=	YES
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP=	mysql pcre session gd xml spl
DEFAULT_PHP_VER?=	52
IGNORE_WITH_PHP=	5
.endif
NO_BUILD=	YES
WRKSRC=		${WRKDIR}

FIX_ME=	contenido/logs/ contenido/cronjobs/ contenido/temp/ \
	contenido/includes/ contenido/cache/ \
	cms/cache/ cms/css/ cms/js/ cms/logs/ cms/templates/ \
	cms/upload/ cms/config.php

.include <bsd.port.pre.mk>

do-install:
	-${MKDIR} ${WWWDIR}/contenido/cache ${WWWDIR}/cms/cache
	${CP} -Rp ${WRKSRC}/* ${WWWDIR}/
.for i in ${FIXME}
	${CHOWN} -R www ${WWWDIR}/${i}
.endfor

.include <bsd.port.post.mk>
@


1.3
log
@- update to 4.8.10
- does not run with PHP 5.3
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- update to 4.8.10
@
text
@d9 1
a9 1
PORTVERSION=	4.8.10
d17 2
d22 2
@


1.1
log
@Contenido sperates layout, functionality and content,
licensed under GPL

WWW: http://www.contenido.org/
@
text
@d9 1
a9 1
PORTVERSION=	4.8.8
@

