blob: 316b56c934f5116c933e5b55d92d668d42119779 (
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
26
27
28
|
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_Mime_Viewer
PORTVERSION= 2.0.7
CATEGORIES= mail www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde MIME Viewer Library
CONFLICTS= horde-3*
USE_HORDE_BUILD= Horde_Role
USES= horde
USE_HORDE_RUN= Horde_Role \
Horde_Browser \
Horde_Compress \
Horde_Exception \
Horde_Mime \
Horde_Text_Filter \
Horde_Text_Flowed \
Horde_Util \
Horde_Translation
USE_PHP= xml
.include <bsd.port.mk>
|