blob: b184d7083927cbbfb7ff5d8572812dc46644946b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: jeta
# Date created: Sat Feb 10, 2007
# Whom: Beech Rintoul <beech@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jeta
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= security www
MAINTAINER= beech@FreeBSD.org
COMMENT= Horde wrapper around various Java SSH applets
USE_HORDE= base pkg-message
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>
|