diff options
author | will <will@FreeBSD.org> | 2000-12-05 04:49:26 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-05 04:49:26 +0800 |
commit | 9bdab35ccfd6dcf36f266893934c1cabbebdb094 (patch) | |
tree | 4e3b939a7b6bc8b44f71d74a2e03dd3d31e90b7e /www/reportmagic/Makefile | |
parent | 559a3a76f1115758e52bc05d18aaf1b1ae6dcff1 (diff) | |
download | freebsd-ports-gnome-9bdab35ccfd6dcf36f266893934c1cabbebdb094.tar.gz freebsd-ports-gnome-9bdab35ccfd6dcf36f266893934c1cabbebdb094.tar.zst freebsd-ports-gnome-9bdab35ccfd6dcf36f266893934c1cabbebdb094.zip |
Add reportmagic 2.03, a wrapper for analog that produces more professional
looking stats pages.
PR: 23253
Submitted by: Jeremy Shaffner <jeremy@external.org>
Diffstat (limited to 'www/reportmagic/Makefile')
-rw-r--r-- | www/reportmagic/Makefile | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/www/reportmagic/Makefile b/www/reportmagic/Makefile new file mode 100644 index 000000000000..4808019c61f6 --- /dev/null +++ b/www/reportmagic/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: reportmagic +# Date created: 3 December 2000 +# Whom: Jeremy Shaffner <jeremy@external.org> +# +# $FreeBSD$ +# + +PORTNAME= reportmagic +PORTVERSION= 2.03 +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 + +WRKSRC= ${WRKDIR}/${DISTNAME} + +pre-fetch: + + @${ECHO} -n "Report Magic will use FreeType if the GD library " + @${ECHO} "is compiled with it in." + @${ECHO} -n "GD is already listed as a LIB_DEPENDS, but in the " + @${ECHO} "event that GD is already " + @${ECHO} -n "installed *without* FreeType, you won't be able to " + @${ECHO} "use it. If you want" + @${ECHO} -n "FreeType support, go (re)make ${PORTSDIR}/graphics/gd " + @${ECHO} "with -DWITH_X11." + @${ECHO} + +do-build: + +do-install: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Install.PL -no_modules + +post-install: + @${ECHO} + @${ECHO} "You must agree to the [GPL] license agreement at" + @${ECHO} "${PREFIX}/share/doc/reportmagic/license.html" + @${ECHO} "before using Report Magic." + @${ECHO} + +.include <bsd.port.mk> |