blob: 1aa5bc003ab94d6c1b5d9aedeed50fb5981d91b3 (
plain) (
blame)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
# Ports collection makefile for: imp3
# Date created: Mon Oct 08, 2001
# Whom: Thierry Thomas (<thierry@thomas.as>)
#
# $FreeBSD$
#
PORTNAME= imp
PORTVERSION= 6.0.2
CATEGORIES= mail www pear
PKGNAMEPREFIX= horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde web based webmail system
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LATEST_LINK= horde4-${PORTNAME}
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
horde \
Horde_Auth \
Horde_Browser \
Horde_Compress \
Horde_Core \
Horde_Crypt \
Horde_Date \
Horde_Editor \
Horde_Exception \
Horde_Form \
Horde_Icalendar \
Horde_Image \
Horde_Imap_Client \
Horde_Itip \
Horde_ListHeaders \
Horde_LoginTasks \
Horde_Mail \
Horde_Mime \
Horde_Mime_Viewer \
Horde_Nls \
Horde_Notification \
Horde_Perms \
Horde_Serialize \
Horde_SpellChecker \
Horde_Support \
Horde_Text_Filter \
Horde_Text_Flowed \
Horde_Token \
Horde_Tree \
Horde_Url \
Horde_Util \
Horde_View
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
|