freebsd-ports/www/visitors/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

30 lines
635 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 ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>