blob: 251e017f4fc2f590a163227bab43ab9b134cf3d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
PORTREVISION= 2
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
BUILD_DEPENDS+= ${PEARDIR}/Text/Wiki.php:${PORTSDIR}/www/pear-Text_Wiki
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>
|