1d8f243c6d
A web server log file analysis program. PR: 7001 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# New ports collection makefile for: webalizer
|
|
# Version required: 1.12
|
|
# Date created: 02.Jun 1998
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $Id$
|
|
|
|
DISTNAME= webalizer-1.12-09-src
|
|
PKGNAME= de-webalizer-1.12
|
|
CATEGORIES= german www
|
|
MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \
|
|
ftp://ftp.dinoex.sub.de/pub/approved/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dirk.meyer@dinoex.sub.org
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
|
|
|
|
BIN1= webalizer
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
post-configure:
|
|
@echo "config german"
|
|
@cd ${WRKSRC}; ln -sf webalizer_lang.german webalizer_lang.h
|
|
|
|
do-install:
|
|
.for i in ${BIN1}
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/de-${i}
|
|
.endfor
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/de-webalizer
|
|
.for i in CHANGES COPYING Copyright README TODO webalizer.LSM
|
|
@${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
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/de-webalizer/${i}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|