1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/mgstat/Makefile

31 lines
590 B
Makefile
Raw Normal View History

# New ports collection makefile for: mgstat
# Date created: 11 May 2001
# Whom: jeh@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= mgstat
PORTVERSION= 0.12
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:21:36 +00:00
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>