aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Kwiki-plugins
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2004-09-01 09:09:44 +0800
committerclsung <clsung@FreeBSD.org>2004-09-01 09:09:44 +0800
commit4349bc4580162d83558f208fd8c4344f8f330bd3 (patch)
treea4abad676d50b256619280f31e5e09247b8099f6 /www/p5-Kwiki-plugins
parent052c92e05eb3548d0e6b943902d557a9c4349d1a (diff)
downloadfreebsd-ports-gnome-4349bc4580162d83558f208fd8c4344f8f330bd3.tar.gz
freebsd-ports-gnome-4349bc4580162d83558f208fd8c4344f8f330bd3.tar.zst
freebsd-ports-gnome-4349bc4580162d83558f208fd8c4344f8f330bd3.zip
Add support to two new plugins (Kwiki::NewPage, Kwiki::GDGraphGenerator)
Submitted by: elvis <elvis@sslab.cs.ccu.edu.tw> Approved by: vanilla (co-mentor)
Diffstat (limited to 'www/p5-Kwiki-plugins')
-rw-r--r--www/p5-Kwiki-plugins/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-Kwiki-plugins/Makefile b/www/p5-Kwiki-plugins/Makefile
index 77876889d002..e58c25e1be02 100644
--- a/www/p5-Kwiki-plugins/Makefile
+++ b/www/p5-Kwiki-plugins/Makefile
@@ -21,6 +21,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
OPTIONS= ARCHIVERCS "Page Archival Using RCS" on \
ARCHIVESVK "Page Archival Using SVK" off \
+ GDGRAPHGENERATOR "GD Graph Generator" off \
+ NEWPAGE "New Page Plugin" on \
REVISIONS "Revisions Plugin" on \
RECENTCHANGES "Recent Changes Plugin" on \
RECENTCHANGESRSS "RSS Plugin" on \
@@ -40,6 +42,14 @@ RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Archive/Rcs.pm:${PORTSDIR}/www/p5-Kwiki-Archive
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Archive/SVK.pm:${PORTSDIR}/www/p5-Kwiki-Archive-SVK
.endif
+.if defined(WITH_GDGRAPHGENERATOR)
+RUN_DEPENDS+= ${SITE_PERL}/Kwiki/GDGraphGenerator.pm:${PORTSDIR}/www/p5-Kwiki-GDGraphGenerator
+.endif
+
+.if defined(WITH_NEWPAGE)
+RUN_DEPENDS+= ${SITE_PERL}/Kwiki/NewPage.pm:${PORTSDIR}/www/p5-Kwiki-NewPage
+.endif
+
.if defined(WITH_REVISIONS)
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Revisions.pm:${PORTSDIR}/www/p5-Kwiki-Revisions
.endif