mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
96cc2bdcf8
Approved by: maintainer (beech@ and mm@)
26 lines
655 B
Makefile
26 lines
655 B
Makefile
# 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= 2
|
|
CATEGORIES= deskutils www
|
|
|
|
MAINTAINER= horde@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>
|