Lines 6-37
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= hastymail2 |
8 |
PORTNAME= hastymail2 |
9 |
PORTVERSION= 1.1 |
9 |
PORTVERSION= 1.1.r${HASTYMAIL_REV} |
10 |
PORTREVISION= 1 |
|
|
11 |
PORTEPOCH= 1 |
10 |
PORTEPOCH= 1 |
12 |
CATEGORIES= www mail |
11 |
CATEGORIES= www mail |
13 |
MASTER_SITES= SF/hastymail/Hastymail2%20Stable%20Releases/Hastymail2%201.01/ |
12 |
MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/hastymail2-devel/ |
14 |
DISTNAME= hastymail2_${WIKEDVERSION} |
13 |
PKGNAMESUFFIX= -devel |
|
|
14 |
DISTNAME= ${PORTNAME}-devel-${HASTYMAIL_REV} |
15 |
|
15 |
|
16 |
MAINTAINER= aldis@bsdroot.lv |
16 |
MAINTAINER= aldis@bsdroot.lv |
17 |
COMMENT= Small, fast and secure yet powerful IMAP webmail |
17 |
COMMENT= Small, fast and secure yet powerful IMAP webmail |
18 |
|
18 |
|
|
|
19 |
LICENSE= GPLv2 |
20 |
|
19 |
NO_BUILD= yes |
21 |
NO_BUILD= yes |
20 |
SUB_FILES= pkg-message |
22 |
SUB_FILES= pkg-message |
21 |
|
23 |
|
22 |
LICENSE= GPLv2 |
|
|
23 |
|
24 |
INSTALL_DIR?= www/${PORTNAME} |
24 |
INSTALL_DIR?= www/${PORTNAME} |
25 |
PLIST= ${WRKDIR}/pkg-plist |
25 |
PLIST= ${WRKDIR}/pkg-plist |
26 |
|
26 |
|
27 |
WANT_PHP_WEB= yes |
27 |
WANT_PHP_WEB= yes |
28 |
USE_PHP= session imap pcre |
28 |
USE_PHP= session imap pcre |
29 |
|
29 |
|
30 |
WIKEDVERSION= 1_01 |
30 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
31 |
WRKSRC= ${WRKDIR}/${PORTNAME}_${WIKEDVERSION} |
|
|
32 |
NO_BUILD= yes |
31 |
NO_BUILD= yes |
33 |
FIND_SKIP_OPTS= -not -name hastymail2.conf.example -not -name '*.orig' |
32 |
FIND_SKIP_OPTS= -not -name hastymail2.conf.example -not -name '*.orig' |
34 |
|
33 |
|
|
|
34 |
CONFLICTS= hastymail2-1.[0-9]* |
35 |
|
36 |
HASTYMAIL_REV= 2011.08.22 |
37 |
|
35 |
OPTIONS= PGSQL "Use PostgreSQL" off \ |
38 |
OPTIONS= PGSQL "Use PostgreSQL" off \ |
36 |
MYSQL "Use MySQL" off \ |
39 |
MYSQL "Use MySQL" off \ |
37 |
DB "Use older pear DB (instead of MDB2)" off |
40 |
DB "Use older pear DB (instead of MDB2)" off |