1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/visitors/Makefile
Florent Thoumie 964dc4cc18 - Update to 0.5.
- Be a little more verbose when installing files.
2005-06-10 10:58:56 +00:00

31 lines
622 B
Makefile

# New ports collection makefile for: visitors
# Date created: May 13 2004
# Whom: Florent Thoumie <flz@xbsd.org>
#
# $FreeBSD$
#
PORTNAME= visitors
PORTVERSION= 0.5
CATEGORIES= www
MASTER_SITES= http://www.hping.org/visitors/
MAINTAINER= flz@FreeBSD.org
COMMENT= Very fast and easy to use web log analyzer
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
USE_REINPLACE= yes
PLIST_FILES= bin/visitors
PORTDOCS= doc.html
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>