Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= lighttpd |
8 |
PORTNAME= lighttpd |
9 |
PORTVERSION= 1.4.13 |
9 |
PORTVERSION= 1.4.13 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= www |
11 |
CATEGORIES= www |
11 |
MASTER_SITES= http://www.lighttpd.net/download/ \ |
12 |
MASTER_SITES= http://www.lighttpd.net/download/ \ |
12 |
http://mirrors.cat.pdx.edu/lighttpd/ |
13 |
http://mirrors.cat.pdx.edu/lighttpd/ |
Lines 34-39
Link Here
|
34 |
FAM "Enable fam/gamin support" off \ |
35 |
FAM "Enable fam/gamin support" off \ |
35 |
GDBM "Enable gdbm storage support" off \ |
36 |
GDBM "Enable gdbm storage support" off \ |
36 |
IPV6 "Enable IPV6 support" on \ |
37 |
IPV6 "Enable IPV6 support" on \ |
|
|
38 |
MAGNET "Enable magnet support" off \ |
37 |
MEMCACHE "Enable memcached storage support" off \ |
39 |
MEMCACHE "Enable memcached storage support" off \ |
38 |
MYSQL "Enable MYSQL support" off \ |
40 |
MYSQL "Enable MYSQL support" off \ |
39 |
OPENLDAP "Enable LDAP support" off \ |
41 |
OPENLDAP "Enable LDAP support" off \ |
Lines 78-83
Link Here
|
78 |
CONFIGURE_ARGS+= --disable-ipv6 |
80 |
CONFIGURE_ARGS+= --disable-ipv6 |
79 |
.endif |
81 |
.endif |
80 |
|
82 |
|
|
|
83 |
.if defined(WITH_MAGNET) |
84 |
USE_LUA= 5.1+ |
85 |
CONFIGURE_ARGS+= --with-lua |
86 |
CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua" |
87 |
.endif |
88 |
|
81 |
.if defined(WITH_MEMCACHE) |
89 |
.if defined(WITH_MEMCACHE) |
82 |
CONFIGURE_ARGS+= --with-memcache |
90 |
CONFIGURE_ARGS+= --with-memcache |
83 |
.endif |
91 |
.endif |