aboutsummaryrefslogtreecommitdiff
path: root/www/horde-wicked/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-07-30 22:50:50 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-07-30 22:50:50 +0000
commit26b18b3a200ea2e045ca342e3271b3f35e7185bb (patch)
tree746026b8b33435547694ea065b1b37e78990592a /www/horde-wicked/Makefile
parenteb36f5e49ddd1ad818dcd5f52535e9605c68c851 (diff)
downloadports-26b18b3a200ea2e045ca342e3271b3f35e7185bb.tar.gz
ports-26b18b3a200ea2e045ca342e3271b3f35e7185bb.zip
Wicked is the Horde web-based wiki application.
Notes
Notes: svn path=/head/; revision=217862
Diffstat (limited to 'www/horde-wicked/Makefile')
-rw-r--r--www/horde-wicked/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/horde-wicked/Makefile b/www/horde-wicked/Makefile
new file mode 100644
index 000000000000..b4a2c8c5ae31
--- /dev/null
+++ b/www/horde-wicked/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: horde-wicked
+# Date created: Jul 20, 2008
+# Whom: Beech Rintoul <beech@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wicked
+DISTVERSIONPREFIX?=
+DISTVERSION= 0.0.20080730
+CATEGORIES= www
+MASTER_SITES?= LOCAL/beech \
+ http://www.alaskaparadise.com/freebsd/
+
+MAINTAINER= beech@FreeBSD.org
+COMMENT= Wiki module for Horde
+
+USE_HORDE= base pkg-message
+USE_GETTEXT= yes
+PORTDOCS= README CHANGES CREDITS INSTALL TODO
+
+.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
+.include <bsd.port.mk>