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
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	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.4
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.3;

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

1.2
date	2007.03.24.14.04.35;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.01.18.14.18;	author pav;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	crp
# Date created:				June 01 2004
# Whom:					Lars Eggert <lars.eggert@@gmx.net>
#
# $FreeBSD: head/www/crp/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	crp
PORTVERSION=	20031012
CATEGORIES=	www science
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Oct-12-2003
DISTNAME=	CRP
EXTRACT_SUFX=	.tgz

MAINTAINER=	lars.eggert@@gmx.net
COMMENT=	Automates the process of being the program chair of a conference

USE_PHP=	yes
WANT_PHP_WEB=	yes
NO_BUILD=	yes

SPOOLDIR?=	/var/spool/conference

PKGMESSAGE=	${WRKDIR}/pkg-message

post-patch:
	@@${SED} -e 's|%%WWWDIR%%|${WWWDIR}|g; s|%%DISTNAME%%|${DISTNAME}|g' \
		${MASTERDIR}/pkg-message > ${PKGMESSAGE}

do-install:
	@@${MKDIR} -m 755 ${WWWDIR} ${SPOOLDIR}
	@@${CP} -R ${WRKSRC}/ ${WWWDIR}/
	@@${SED} -e 's#/var/www/html#${WWWDIR}#' \
	  ${WRKSRC}/Code/confHeader.inc > ${WWWDIR}/Code/confHeader.inc
	@@${CHOWN} -R ${WWWOWN}:${WWWGROUP} ${WWWDIR} ${SPOOLDIR}
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.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
@- WWWDIR is now defined in bsd.ports.mk

PR:		ports/105529
Submitted by:	laszlof
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.1
log
@Add CRP, a package that automates the process of being the program chair of a
conference. It's designed to be easy to install, easy to modify and easy
to use by program chairs, PC members, authors and reviewers.

PR:		ports/67450
Submitted by:	Lars Eggert <lars.eggert@@gmx.net>
@
text
@a22 1
WWWDIR?=	${PREFIX}/www
d33 4
a36 4
	@@${CP} -R ${WRKSRC} ${WWWDIR}
	@@${SED} -e 's#/var/www/html#${PREFIX}/www/${DISTNAME}#' \
	  ${WRKSRC}/Code/confHeader.inc > ${WWWDIR}/${DISTNAME}/Code/confHeader.inc
	@@${CHOWN} -R ${WWWOWN}:${WWWGROUP} ${WWWDIR}/${DISTNAME} ${SPOOLDIR}
@

