1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/reportmagic/Makefile
Vanilla I. Shu fdd8b5a133 Broken this ports, it's not compatible with anlog 5.0.
Submitted by:	maintainer
2001-05-10 18:14:37 +00:00

37 lines
1.0 KiB
Makefile

# New ports collection makefile for: reportmagic
# Date created: 3 December 2000
# Whom: Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
#
PORTNAME= reportmagic
PORTVERSION= 2.05
CATEGORIES= www
MASTER_SITES= http://www.reportmagic.com/
DISTNAME= rmagic-${PORTVERSION}
MAINTAINER= jeremy@external.org
RUN_DEPENDS= analog:${PORTSDIR}/www/analog \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles
BROKEN= "Not compatible with Analog 5.0."
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.mk>