freebsd-ports/www/mgstat/Makefile
Norikatsu Shigemura efb928619b o Main modification
graphics/gd(based on 1.8.4)    -> graphics/gd1
  graphics/gd2(based on 2.0.15)  -> graphics/gd
  graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
  graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
  japanese/gd                    -> japanese/gd1
  japanese/gd2                   -> japanese/gd
o Include some feature
  WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]

PR:		ports/54540
Submitted by:	Ports Fury
Approved by:	maintainer (blanket)
Reported by:	bento via kris [1]
2003-08-18 16:15:10 +00:00

31 lines
688 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
MGDOCDIR= ${PREFIX}/share/doc/mgstat
post-install:
.if !defined(NOPORTDOCS)
@if ! [ -d ${MGDOCDIR} ]; then ${MKDIR} ${MGDOCDIR}; fi
${INSTALL_DATA} ${WRKSRC}/Copyright ${MGDOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${MGDOCDIR}
${INSTALL_DATA} ${WRKSRC}/USAGE ${MGDOCDIR}
.endif
.include <bsd.port.mk>