blob: abcfcb40e2908c006c0b57d8aff6e87f3f4fefe3 (
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
29
30
|
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_Mime_Viewer
PORTVERSION= 2.0.5
CATEGORIES= mail www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde MIME Viewer Library
CONFLICTS= horde-3*
USE_HORDE_BUILD= Horde_Role
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
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
|