head	1.7;
access;
symbols
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2004.08.20.15.24.20;	author pav;	state dead;
branches;
next	1.6;

1.6
date	2003.11.07.09.12.52;	author marcus;	state Exp;
branches;
next	1.5;

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

1.4
date	2002.03.23.10.57.16;	author kevlo;	state Exp;
branches;
next	1.3;

1.3
date	2002.03.03.07.39.47;	author pat;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.27.17.24.25;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.12.21.53.37;	author will;	state Exp;
branches;
next	;


desc
@@


1.7
log
@- Remove this obsolete, broken and even harmfull software and it's port

Submitted by:	Milan Salajka <ms@@vol.cz> (maintainer)
@
text
@# New ports collection makefile for:	mod_csacek Apache module
# Date created:				22 Feb 2001
# Whom:					Milan Salajka <ms@@vol.cz>
#
# $FreeBSD: ports/www/mod_csacek/Makefile,v 1.6 2003/11/07 09:12:52 marcus Exp $
#

PORTNAME=	mod_csacek
PORTVERSION=	2.1.9
CATEGORIES=	www
MASTER_SITES=	http://www.csacek.cz/distrib/
DISTNAME=	${PORTNAME:S/mod_//g}-${PORTVERSION}

MAINTAINER=	ms@@vol.cz
COMMENT=	Charset recoding module for Apache

USE_APACHE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX} \
		--with-target=Apache \
		--disable-report \
		--with-templatedir=${PREFIX}/www/data \
		--disable-compression \
		--with-apxs=${APXS}

do-install:
	${APXS} -i -A -n csacek ${WRKSRC}/mod_csacek.so

post-install:

	${INSTALL_DATA} ${WRKSRC}/templates/whichcode_template.html ${PREFIX}/www/data

	${MKDIR} ${PREFIX}/share/doc/mod_csacek
	${MKDIR} ${PREFIX}/share/doc/mod_csacek/img
	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/doc/img/*.gif ${PREFIX}/share/doc/${PORTNAME}/img

	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.6
log
@Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@De-pkg-comment.
@
text
@d17 1
a17 5
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13

APXS?=		${LOCALBASE}/sbin/apxs

@


1.4
log
@Update to version 2.1.9

PR: 36195
Submitted by: MAINTAINER
@
text
@d15 1
@


1.3
log
@Update to 2.1.8

PR:		35464
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	2.1.8
@


1.2
log
@upgrade to 2.1.6

PR:		26641
Submitted by:	MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/mod_csacek/Makefile,v 1.1 2001/03/12 21:53:37 will Exp $
d9 1
a9 1
PORTVERSION=	2.1.6
@


1.1
log
@Add mod_csacek 2.1.5, a charset recoding module for Apache.

PR:		25285
Submitted by:	Milan Salajka <ms@@vol.cz>
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	2.1.5
d26 2
a27 1
		--disable-compression
@

