# New ports collection makefile for: contenido # Date created: 25 Nov 2008 # Whom: dirk.meyer # # $FreeBSD$ # PORTNAME= contenido PORTVERSION= 4.8.10 CATEGORIES= www MASTER_SITES= http://www.contenido.org/de/upload/versionen/ DISTNAME= Contenido_${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Web Content Management System USE_ZIP= YES .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= mysql pcre session gd xml spl .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 do-install: -${MKDIR} ${WWWDIR}/contenido/cache ${WWWDIR}/cms/cache ${CP} -Rp ${WRKSRC}/* ${WWWDIR}/ .for i in ${FIXME} ${CHOWN} -R www ${WWWDIR}/${i} .endfor .include