head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	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.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


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

1.3
date	2009.08.22.00.38.04;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2009.04.11.09.45.39;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.12.28.17.07.58;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/chems
# Date created:		2008-12-28
# Whom:			Martin Wilke <miwi@@FreeBSD.org>
#
# $FreeBSD: head/www/chems/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	chems
DISTVERSION=	0x04
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0x04

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	The geekest content helper management system

NO_BUILD=	yes
USE_ZIP=	yes
USE_PHP=	xml iconv gd
SUB_FILES=	pkg-message
WWWDIR?=	${PREFIX}/www/${PORTNAME}

.include <bsd.port.pre.mk>

do-install:
	@@${MKDIR} ${WWWDIR}
	${CP} -R ${WRKSRC}/ ${WWWDIR}
	${TOUCH} ${WWWDIR}/usr/config.php
	@@${CHOWN} ${WWWOWN} ${WWWDIR}/usr/config.php
	@@${CAT} ${PKGMESSAGE}

create-plist:
	@@${FIND} -s ${WRKSRC}/${file} -not -type d \
		| ${SED} -e 's,^${WRKSRC},%%WWWDIR%%,' > ${PLIST}
	@@${ECHO_CMD} '@@exec touch %D/%%WWWDIR%%/usr/config.php;chown ${WWWOWN} %D/%%WWWDIR%%/usr/config.php' >> ${PLIST}
	@@${ECHO_CMD} '@@unexec if [ ! -s %D/%%WWWDIR%%/usr/config.php ];then rm -f %D/%%WWWDIR%%/usr/config.php;fi' >> ${PLIST}
	@@${FIND} -ds ${WRKSRC}/${file} -type d \
	| ${SED} -e 's,^${WRKSRC},@@dirrm %%WWWDIR%%,' >> ${PLIST}

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


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 0x04
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.1
log
@CHeMS is a free (as in freedom) modular code-driven content helper
management system (the first!) written in PHP fully compliant with
the XHTML 1.1 and CSS2 standards. One of its main purpose is to help
developers and (not so) advanced users to easily setting up a web
application (blog, site, etc.) without have to deal with the "boring"
side of this process such as layout generation code, menu blocks and
so on. Its modularization system allow to mantain a light and fast core
which only have to generate the layout and load the modules to delegate
all the real and hard work to them. You never have to learn new weird
APIs in order to deal with the CHeMS internals, there is full controll.
That's why CHeMS is not a Content Management System (CMS) but rather it's
an assistant.

WWW:	http://chems.sf.net
@
text
@d9 1
a9 1
DISTVERSION=	0x03_1
@

