1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/pwebstats/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

32 lines
831 B
Makefile

# New ports collection makefile for: pwebstats
# Date created: 13.07.2003
# Whom: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= pwebstats
PORTVERSION= 1.3.8
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.psg.com/pub/pwebstats/
MAINTAINER= sexbear@tmu.edu.tw
COMMENT= Analyse a web server log
RUN_DEPENDS= fly:${PORTSDIR}/graphics/fly
USE_PERL5= yes
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/etc/pwebstats/
${CP} -R ${WRKSRC}/* ${PREFIX}/etc/pwebstats/
${MV} "${PREFIX}/etc/pwebstats/templates/images/'.gif" ${PREFIX}/etc/pwebstats/templates/images/10.gif
${MV} "${PREFIX}/etc/pwebstats/templates/images/dates/'.gif" ${PREFIX}/etc/pwebstats/templates/images/dates/10.gif
${RM} ${PREFIX}/etc/pwebstats/pwebstats.orig
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>