aboutsummaryrefslogtreecommitdiffstats
path: root/www/mgstat/Makefile
blob: f837ac03771b7fc3626cd54f027edbaa2b7bec46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    mgstat
# Date created:     11 May 2001
# Whom:         jeh@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   mgstat
PORTVERSION=    0.12
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   http://wizard.ae.krakow.pl/~mike/download/

MAINTAINER= laszlof@FreeBSD.org
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>