1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/horde3-wicked/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

27 lines
615 B
Makefile

# 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= 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
USES= gettext
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>