blob: 8f68e12e2d2f96b57805d357f6d0a9631bc78a36 (
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= 1
CATEGORIES= deskutils www
MAINTAINER= beech@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>
|