freebsd-ports/www/mgstat/Makefile
Pav Lucistnik a7ba6c0568 - Update to 0.12
- Claim maintainership

PR:		ports/90765
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-21 20:52:12 +00:00

30 lines
582 B
Makefile

# New ports collection makefile for: mgstat
# Date created: 11 May 2001
# Whom: jeh@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= mgstat
PORTVERSION= 0.12
CATEGORIES= www
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
MAINTAINER= laszlof@vonostingroup.com
COMMENT= Produce graphs from mod_gzip log files
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
GNU_CONFIGURE= yes
PORTDOCS= Copyright README USAGE
PLIST_FILES= bin/mgstat
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>