blob: cf12420c0f9dbbab85c4522a0ee487c6e864e845 (
plain)
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 <horde@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= hermes
PORTVERSION= 1.0.1
PORTREVISION= 3
CATEGORIES= deskutils www
MAINTAINER= horde@FreeBSD.org
COMMENT= Time tracking application
USE_HORDE= base pkg-message
USES= gettext
PORTDOCS= README CHANGES CREDITS INSTALL TODO
BUILD_DEPENDS+= ${HORBAS}/turba/minisearch.php:${PORTSDIR}/mail/horde3-turba \
${HORBAS}/nag/data.php:${PORTSDIR}/deskutils/horde3-nag \
${HORBAS}/whups/index.php:${PORTSDIR}/devel/horde3-whups
.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
|