mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
3a7b17911b
these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme.
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# New ports collection makefile for: reportmagic
|
|
# Date created: 3 December 2000
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= reportmagic
|
|
PORTVERSION= 2.21
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.reportmagic.org/ \
|
|
http://www.reportmagic.org.uk/ \
|
|
http://www.reportmagic.de/ \
|
|
http://be.reportmagic.org/
|
|
DISTNAME= rmagic-${PORTVERSION}
|
|
|
|
MAINTAINER= jeremy@external.org
|
|
COMMENT= A web site statistics post-processor for Analog
|
|
|
|
RUN_DEPENDS= analog:${PORTSDIR}/www/analog \
|
|
${SITE_PERL}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d \
|
|
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
|
${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Install.PL -no_modules
|
|
|
|
post-install:
|
|
@${ECHO}
|
|
@${ECHO} "You must agree to the [Artistic] license agreement at"
|
|
@${ECHO} "${PREFIX}/share/doc/reportmagic/license.html before"
|
|
@${ECHO} "using Report Magic."
|
|
@${ECHO}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|