a7ba6c0568
- Claim maintainership PR: ports/90765 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
30 lines
582 B
Makefile
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>
|