mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
80adb4d3ec
PR: ports/101891 Submitted by: chinsan <chinsan.tw@gmail.com>
31 lines
638 B
Makefile
31 lines
638 B
Makefile
# New ports collection makefile for: visitors
|
|
# Date created: May 13 2004
|
|
# Whom: Florent Thoumie <flz@xbsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= visitors
|
|
PORTVERSION= 0.7.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.hping.org/visitors/
|
|
DISTNAME= ${PORTNAME}-0.7
|
|
|
|
MAINTAINER= flz@FreeBSD.org
|
|
COMMENT= Very fast and easy to use web log analyzer
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}_0.7
|
|
|
|
PLIST_FILES= bin/visitors
|
|
PORTDOCS= doc.html
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/visitors ${TARGETDIR}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|