head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.12.12.12.27.53;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308759
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308759 | mm | 2012-12-12 12:24:01 +0000 (Wed, 12 Dec 2012) | 2 lines
## SVN ##
## SVN ## Rename old horde applications to horde3- prefix
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Ports collection makefile for:  horde-wicked
# Date created:			  Jul 20, 2008
# Whom:				  Beech Rintoul <beech@@FreeBSD.org>
#
# $FreeBSD: head/www/horde3-wicked/Makefile 308759 2012-12-12 12:24:01Z mm $
#

PORTNAME=	wicked
DISTVERSIONPREFIX?=
DISTVERSION=	0.0.20080730
PORTREVISION=	6
CATEGORIES=	www
MASTER_SITES?=	LOCAL/beech \
		http://www.alaskaparadise.com/freebsd/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Wiki module for Horde

USE_HORDE=	base pkg-message
USE_GETTEXT=	yes
PORTDOCS=	README CHANGES CREDITS INSTALL TODO

BUILD_DEPENDS+=	${PEARDIR}/Text/Wiki.php:${PORTSDIR}/www/pear-Text_Wiki

.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
@
