503ad9bd2e
- replace pkg-plist with PLIST_FILES and PORTDOCS
37 lines
671 B
Makefile
37 lines
671 B
Makefile
# New ports collection makefile for: mgstat
|
|
# Date created: 11 May 2001
|
|
# Whom: jeh@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mgstat
|
|
PORTVERSION= 0.11
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
|
|
|
|
MAINTAINER= ports@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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 502126
|
|
USE_GCC= 3.3
|
|
.endif
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|