Lines 6-19
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME?= lighttpd |
8 |
PORTNAME?= lighttpd |
9 |
PORTVERSION= 1.4.28 |
9 |
PORTVERSION= 1.4.29 |
10 |
PORTREVISION= 4 |
|
|
11 |
CATEGORIES?= www |
10 |
CATEGORIES?= www |
12 |
MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ |
11 |
MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ |
13 |
|
12 |
|
14 |
MAINTAINER?= mm@FreeBSD.org |
13 |
MAINTAINER?= mm@FreeBSD.org |
15 |
COMMENT?= A secure, fast, compliant, and very flexible Web Server |
14 |
COMMENT?= A secure, fast, compliant, and very flexible Web Server |
16 |
|
15 |
|
|
|
16 |
.if !defined(_BUILDING_LIGHTTPD_MODULE) |
17 |
LICENSE= BSD |
18 |
LICENSE_FILE= ${WRKSRC}/COPYING |
19 |
.endif |
20 |
|
17 |
BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config |
21 |
BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config |
18 |
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre |
22 |
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre |
19 |
|
23 |
|
Lines 22-29
Link Here
|
22 |
USE_GNOME= lthack |
26 |
USE_GNOME= lthack |
23 |
|
27 |
|
24 |
.if !defined(_BUILDING_LIGHTTPD_MODULE) |
28 |
.if !defined(_BUILDING_LIGHTTPD_MODULE) |
25 |
LICENSE= BSD |
|
|
26 |
LICENSE_FILE= ${WRKSRC}/COPYING |
27 |
USE_AUTOTOOLS= libtool |
29 |
USE_AUTOTOOLS= libtool |
28 |
.else |
30 |
.else |
29 |
USE_AUTOTOOLS= autoconf autoheader aclocal automake libtool |
31 |
USE_AUTOTOOLS= autoconf autoheader aclocal automake libtool |