head	1.18;
access;
symbols
	RELEASE_4_3_0:1.17
	RELEASE_4_2_0:1.16
	RELEASE_4_1_1:1.16
	RELEASE_4_1_0:1.11
	RELEASE_3_5_0:1.11
	RELEASE_4_0_0:1.8
	RELEASE_3_4_0:1.7
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	v1_12:1.1.1.1
	MEYER:1.1.1;
locks; strict;
comment	@# @;


1.18
date	2001.05.07.16.43.36;	author dinoex;	state dead;
branches;
next	1.17;

1.17
date	2001.02.12.10.01.01;	author knu;	state Exp;
branches;
next	1.16;

1.16
date	2000.09.05.02.12.33;	author steve;	state Exp;
branches;
next	1.15;

1.15
date	2000.08.19.20.18.30;	author steve;	state Exp;
branches;
next	1.14;

1.14
date	2000.08.18.13.18.22;	author jedgar;	state Exp;
branches;
next	1.13;

1.13
date	2000.08.10.16.16.24;	author kevlo;	state Exp;
branches;
next	1.12;

1.12
date	2000.08.08.03.53.29;	author kevlo;	state Exp;
branches;
next	1.11;

1.11
date	2000.06.06.17.59.23;	author will;	state Exp;
branches;
next	1.10;

1.10
date	2000.04.14.23.53.21;	author asami;	state Exp;
branches;
next	1.9;

1.9
date	2000.04.08.22.01.26;	author mharo;	state Exp;
branches;
next	1.8;

1.8
date	99.12.27.21.28.08;	author steve;	state Exp;
branches;
next	1.7;

1.7
date	99.11.01.00.58.42;	author steve;	state Exp;
branches;
next	1.6;

1.6
date	99.09.27.02.47.04;	author steve;	state Exp;
branches;
next	1.5;

1.5
date	99.08.25.05.57.29;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	99.06.10.08.19.53;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	99.03.31.15.17.24;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.01.26.02.20.57;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	98.07.13.00.13.21;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.13.00.13.21;	author steve;	state Exp;
branches;
next	;


desc
@@


1.18
log
@- remove outdated port

PR:		21875
@
text
@# New ports collection makefile for:	webalizer
# Date created:		02.Jun 1998
# Whom:			dirk.meyer@@dinoex.sub.org
#
# $FreeBSD: ports/german/webalizer/Makefile,v 1.17 2001/02/12 10:01:01 knu Exp $

PORTNAME=	webalizer
PORTVERSION=	1.30.4
PORTREVISION=	1
CATEGORIES=	german www
MASTER_SITES=	ftp://ftp.mrunix.net/pub/webalizer/ \
		ftp://ftp.lan-ks.de/pub/FreeBSD/distfiles/
DISTNAME=	${PORTNAME}-1.30-04-src
EXTRACT_SUFX=	.tgz

MAINTAINER=	dirk.meyer@@dinoex.sub.org

LIB_DEPENDS=	gd.2:${PORTSDIR}/graphics/gd

WEBALIZER_LANG?=	german
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--with-gdlib=${PREFIX}/lib \
			--with-gd=${PREFIX}/include/gd \
			--with-language=${WEBALIZER_LANG}
CONFIGURE_ENV+=	LDFLAGS="-L${PREFIX}/lib"
BIN1=		de-webalizer
MAN1=		de-webalizer.1
DOC1=		CHANGES COPYING Copyright INSTALL \
		README country-codes.txt webalizer.LSM
WRKSRC=		${WRKDIR}/${DISTNAME:S/-src$//}

pre-configure:
	@@${PERL5} -pi -e "s=/etc=${PREFIX}/etc=" ${WRKSRC}/webalizer.c

do-install:
.for i in ${BIN1}
	@@${INSTALL_SCRIPT} ${WRKSRC}/webalizer ${PREFIX}/bin/${i}
.endfor

post-install:
	${INSTALL_MAN} ${WRKSRC}/webalizer.1 ${PREFIX}/man/man1/de-webalizer.1
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/de-webalizer
.for i in ${DOC1}
	@@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/de-webalizer/${i}
.endfor
.endif
	${MKDIR} ${PREFIX}/share/examples/de-webalizer
.for i in msfree.gif sample.conf webalizer.gif
	@@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/de-webalizer/${i}
.endfor
	@@if [ ! -f ${PREFIX}/etc/de-webalizer.conf-dist ]; then \
		${INSTALL_DATA} ${WRKSRC}/sample.conf \
			${PREFIX}/etc/de-webalizer.conf-dist ; \
	fi

.include <bsd.port.mk>
@


1.17
log
@Chase graphics/gd's shlib version bump.
@
text
@d5 1
a5 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.16 2000/09/05 02:12:33 steve Exp $
@


1.16
log
@Use 'WEBALIZER_LANG?= ...' so this port can be as a MASTER for other
language specific versions.

PR:		20717
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.15 2000/08/19 20:18:30 steve Exp $
d9 1
d18 1
a18 1
LIB_DEPENDS=	gd.1:${PORTSDIR}/graphics/gd
@


1.15
log
@Remove .for loop to install the manpage as it doesn't make sense for only
one file and didn't work either.
@
text
@d5 1
a5 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.14 2000/08/18 13:18:22 jedgar Exp $
d19 1
a19 1
WEBALIZER_LANG= german
@


1.14
log
@Fix MASTER_SITES

PR:		20597
Submitted by:	Maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.13 2000/08/10 16:16:24 kevlo Exp $
d40 1
a40 3
.for i in ${MAN1}
	${INSTALL_MAN} ${WRKSRC}/webalizer.1 ${PREFIX}/man/man1/${i}
.endfor
@


1.13
log
@Substitute the extra spaces.
@
text
@d5 1
a5 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.12 2000/08/08 03:53:29 kevlo Exp $
d11 1
a11 1
		ftp://ftp.lan-ks.de/pub/FreeBSD/distfiles
@


1.12
log
@Update MASTER_SITES.

PR: ports/20466
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.11 2000/06/06 17:59:23 will Exp $
d12 1
a12 1
DISTNAME=      	${PORTNAME}-1.30-04-src
@


1.11
log
@Another LIB_DEPENDS to change regarding gd: gd.0 -> gd.1.
@
text
@d5 1
a5 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.10 2000/04/14 23:53:21 asami Exp $
d11 2
a12 2
		ftp://ftp.lan-ks.de/pub/approved/
DISTNAME=	webalizer-1.30-04-src
@


1.10
log
@Remove "de-" from front of PORTNAME -- it is specified by ${PKGNAMEPERFIX}
now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.9 2000/04/08 22:01:26 mharo Exp $
d17 1
a17 1
LIB_DEPENDS=	gd.0:${PORTSDIR}/graphics/gd
@


1.9
log
@update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.8 1999/12/27 21:28:08 steve Exp $
d7 1
a7 1
PORTNAME=	de-webalizer
@


1.8
log
@These ports now need 'LIB_DEPENDS=gd.0:...'.
@
text
@a1 1
# Version required:	1.30.*
d5 1
a5 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.7 1999/11/01 00:58:42 steve Exp $
d7 2
a8 2
DISTNAME=	webalizer-1.30-04-src
PKGNAME=	de-webalizer-1.30.4
d12 1
@


1.7
log
@Add '-lpng' for linking the against the static libgd.a.
@
text
@d6 1
a6 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.6 1999/09/27 02:47:04 steve Exp $
d17 1
a17 1
BUILD_DEPENDS=	${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
@


1.6
log
@Update to version 1.30.4.

PR:		13663
Submitted by:	maintainer
@
text
@d6 1
a6 1
# $FreeBSD: ports/german/webalizer/Makefile,v 1.5 1999/08/25 05:57:29 obrien Exp $
d17 1
a17 1
LIB_DEPENDS=	gd.0:${PORTSDIR}/graphics/gd
d24 1
@


1.5
log
@Change Id->FreeBSD.
@
text
@d2 1
a2 1
# Version required:	1.22
d6 1
a6 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=	webalizer-1.22-06-src
PKGNAME=	de-webalizer-1.22.6
d12 1
a12 1
		ftp://ftp.dinoex.sub.de/pub/approved/
d17 1
a17 1
BUILD_DEPENDS=	${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
d21 3
a23 1
CONFIGURE_ARGS=	--prefix=${PREFIX} --with-language=${WEBALIZER_LANG}
d28 4
a31 1
WRKSRC=		${WRKDIR}/webalizer-1.22-06
@


1.4
log
@Update to version 1.22.6.

PR:		12100
Submitted by:	maintainer
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1999/03/31 15:17:24 steve Exp $
@


1.3
log
@Update to version 1.22.3.

PR:		10884
Submitted by:	maintainer
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1999/01/26 02:20:57 steve Exp $
d8 2
a9 2
DISTNAME=	webalizer-1.22-03-src
PKGNAME=	de-webalizer-1.22.3
d19 3
d26 1
a26 5
WRKSRC=		${WRKDIR}/webalizer-1.22-03

post-configure:
	@@${ECHO_MSG} "===> customizing for german"
	@@cd ${WRKSRC}; ${LN} -sf lang/webalizer_lang.german webalizer_lang.h
@


1.2
log
@Update to version 1.20.07.

PR:		9622
Submitted by:	maintainer
@
text
@d2 1
a2 1
# Version required:	1.20
d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1998/07/13 00:13:21 steve Exp $
d8 2
a9 2
DISTNAME=	webalizer-1.20-07-src
PKGNAME=	de-webalizer-1.20
d23 1
a23 1
WRKSRC=		${WRKDIR}
a25 1
	@@echo "config german"
d27 1
a27 1
	@@cd ${WRKSRC}; ${LN} -sf webalizer_lang.german webalizer_lang.h
d45 1
a45 1
.for i in msfree.gif sample.conf
d48 1
a48 1
	@@if [ ! -f ${PREFIX}/etc/webalizer.conf-dist ]; then \
d50 1
a50 1
			${PREFIX}/etc/webalizer.conf-dist ; \
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# Version required:	1.12
d6 1
a6 1
# $Id$
d8 2
a9 2
DISTNAME=	webalizer-1.12-09-src
PKGNAME=	de-webalizer-1.12
d19 4
a22 2
BIN1=		webalizer

d27 2
a28 1
	@@cd ${WRKSRC}; ln -sf webalizer_lang.german webalizer_lang.h
d32 1
a32 1
	@@${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/de-${i}
d36 3
d41 1
a41 1
.for i in CHANGES COPYING Copyright README TODO webalizer.LSM
d49 4
@


1.1.1.1
log
@Initial import of webalizer version 1.12.
A web server log file analysis program.

PR:		7001
Submitted by:	Dirk Meyer <dirk.meyer@@dinoex.sub.org>
@
text
@@
