b2c080c365
comms/pear-Horde_ActiveSync 2.20.0 -> 2.20.1 www/pear-Horde_Browser 2.0.7 -> 2.0.8 security/pear-Horde_Crypt 2.5.0 -> 2.5.1 databases/pear-Horde_Db 2.2.0 -> 2.2.2 devel/pear-Horde_History 2.3.2 -> 2.3.3 mail/pear-Horde_Mime_Viewer 2.0.7 -> 2.0.8 deskutils/horde-nag 4.2.2 -> 4.2.3
28 lines
478 B
Makefile
28 lines
478 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Mime_Viewer
|
|
PORTVERSION= 2.0.8
|
|
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>
|