head	1.6;
access;
symbols
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.3;
locks; strict;
comment	@# @;


1.6
date	2003.02.24.04.39.53;	author edwin;	state dead;
branches;
next	1.5;

1.5
date	2003.02.21.14.01.13;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.10.28.00.34.08;	author vanilla;	state Exp;
branches;
next	1.3;

1.3
date	2002.09.10.21.44.38;	author obraun;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.6
log
@Maintainer Update: Please Repo Copy www/caudium -> www/caudium10

	Caudium 1.2 is out of box as well as Caudium 1.3 (current
	devel branch).

	I'd like to have such ports in www :
	www/caudium10     (Caudium 1.0.xx branch)
	www/caudium12     (Caudium 1.2.xx branch)
	www/caudium-devel (Caudium 1.3.xx development branch).

	For now www/caudium is 1.0 branch. It should be better to
	have www/caudium10 instead.

PR:		ports/46234
Submitted by:   Xavier Beaudouin <kiwi@@oav.net>
@
text
@# New ports collection makefile for:	pike
# Date created:		05 Sep 2001
# Whom:			kiwi@@oav.net
#
# $FreeBSD: ports/www/caudium/Makefile,v 1.5 2003/02/21 14:01:13 knu Exp $
#

PORTNAME=	caudium
PORTVERSION=	1.0.52
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.oav.net/caudium/source/	\
		ftp://ftp.caudium.net/caudium/source/
DISTNAME=	caudium-${PORTVERSION}

MAINTAINER=	kiwi@@oav.net
COMMENT=	A free webserver which is based on the Roxen Challenger 1.3 code base

BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike70/
LIB_DEPENDS=	sablot.69:${PORTSDIR}/textproc/sablotron/

WRKSRC=		${WRKDIR}/${DISTNAME}/

GNU_CONFIGURE=  yes
CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX}

USE_GMAKE=	yes
USE_BZIP2=	yes

pre-configure:
	@@${ECHO} ${CONFIGURE_ARGS}

post-configure:
	@@cd ${WRKSRC}/src/cmods; \
	(for a in Caudium PiXSL UltraLog;do cd $$a; ${SED} s/"INSTALL=..\/"/"INSTALL=\/usr\/bin\/install -c"/ Makefile > Makefile.tmp; ${MV} -f Makefile.tmp Makefile; cd ..; done)
	@@cd ${WRKSRC}/src/tools; ${SED} s/"INSTALL=..\/"/"INSTALL=\/usr\/bin\/install -c"/ Makefile > Makefile.tmp; ${MV} -f Makefile.tmp Makefile
	@@cd ${WRKSRC}/src/fast_cgi; ${SED} s/"INSTALL=..\/"/"INSTALL=\/usr\/bin\/install -c"/ Makefile > Makefile.tmp; ${MV} -f Makefile.tmp Makefile

post-build:
	@@${SED} 's,@@@@PREFIX@@@@,${PREFIX},g' ${FILESDIR}/caudium.sh >${WRKDIR}/caudium.sh

post-install:
	@@${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.5
log
@De-pkg-comment.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Change depend of pike to pike70.
Forgetten by:	me
Noticed by:	kris
@
text
@d16 1
@


1.3
log
@* Fix dependency
* respect PREFIX

PR:		ports/42648
Submitted by:	maintainer
@
text
@d17 1
a17 1
BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike/
@


1.2
log
@Udpate to 1.0.52
@
text
@d17 1
a17 1
BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike70cvs/
d23 1
a23 1
CONFIGURE_ARGS+= --without-debug --with-PiXSL
@


1.1
log
@Caudium is the name of a free webserver which is based on the Roxen Challenger
1.3 code base. It is an attractive alternative to servers like Apache, Netscape
and Zeus due to it's strength in dynamic page and data generation, like all the
titles on this site.

WWW: http://caudium.net/
PR:		34041
Submitted by:	kiwi@@caudium.net
@
text
@d9 1
a9 1
PORTVERSION=	1.0.36
d11 2
a12 2
MASTER_SITES=	ftp://ftp.oav.net/caudium/pre-dist/	\
		ftp://ftp.caudium.net/caudium/pre-dist/
d18 1
a18 1
LIB_DEPENDS=	sablot.66:${PORTSDIR}/textproc/sablotron/
d26 1
@

