mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
c78f797bc8
flz@FreeBSD.org. Approved by: pav (mentor)
31 lines
625 B
Makefile
31 lines
625 B
Makefile
# New ports collection makefile for: visitors
|
|
# Date created: May 13 2004
|
|
# Whom: Florent Thoumie <flz@xbsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= visitors
|
|
PORTVERSION= 0.4a
|
|
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>
|