blob: ee6694d4bc5d63df715de96a404d2e65cb1f5d34 (
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
|
# Ports collection makefile for: horde-hermes
# Date created: Jul 20, 2008
# Whom: Beech Rintoul <beech@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= hermes
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= deskutils www
MAINTAINER= ports@FreeBSD.org
COMMENT= Time tracking application
USE_HORDE= base pkg-message
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL TODO
BUILD_DEPENDS+= ${HORBAS}/turba/minisearch.php:${PORTSDIR}/mail/horde-turba \
${HORBAS}/nag/data.php:${PORTSDIR}/deskutils/horde-nag \
${HORBAS}/whups/index.php:${PORTSDIR}/devel/horde-whups
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>
|