freebsd-ports/www/mgstat/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
592 B
Makefile

# 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>