2001-05-11 19:41:19 +00:00
|
|
|
# New ports collection makefile for: mgstat
|
|
|
|
# Date created: 11 May 2001
|
|
|
|
# Whom: jeh@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mgstat
|
2003-02-16 15:12:58 +00:00
|
|
|
PORTVERSION= 0.11
|
2003-08-18 16:15:10 +00:00
|
|
|
PORTREVISION= 2
|
2001-05-11 19:41:19 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
|
|
|
|
|
2003-02-19 13:29:11 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= Produce graphs from mod_gzip log files
|
2001-05-11 19:41:19 +00:00
|
|
|
|
2003-08-18 16:15:10 +00:00
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
2001-05-11 19:41:19 +00:00
|
|
|
|
2003-05-13 04:03:48 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-05-11 19:41:19 +00:00
|
|
|
|
2004-10-30 16:46:42 +00:00
|
|
|
PORTDOCS= Copyright README USAGE
|
|
|
|
PLIST_FILES= bin/mgstat
|
2001-05-11 19:41:19 +00:00
|
|
|
|
2004-08-16 02:47:09 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502126
|
2004-10-30 16:46:42 +00:00
|
|
|
USE_GCC= 3.3
|
2004-08-16 02:47:09 +00:00
|
|
|
.endif
|
|
|
|
|
2001-05-11 19:41:19 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-10-30 16:46:42 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
2001-05-11 19:41:19 +00:00
|
|
|
.endif
|
|
|
|
|
2004-08-16 02:47:09 +00:00
|
|
|
.include <bsd.port.post.mk>
|