aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-07-06 12:52:24 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-07-06 12:52:24 +0000
commit5ae77908566860d3f38f3a234ec6ce28e7e27664 (patch)
tree2167614fcbd37df4003b81e53b4f232309144d9e /www/lighttpd/Makefile
parentdc4a9cf0c6555914793f304704f5180a9f073686 (diff)
downloadports-5ae77908566860d3f38f3a234ec6ce28e7e27664.tar.gz
ports-5ae77908566860d3f38f3a234ec6ce28e7e27664.zip
Notes
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r--www/lighttpd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index bb874ea14037..53377ea5f666 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -6,14 +6,18 @@
#
PORTNAME?= lighttpd
-PORTVERSION= 1.4.28
-PORTREVISION= 4
+PORTVERSION= 1.4.29
CATEGORIES?= www
MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/
MAINTAINER?= mm@FreeBSD.org
COMMENT?= A secure, fast, compliant, and very flexible Web Server
+.if !defined(_BUILDING_LIGHTTPD_MODULE)
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYING
+.endif
+
BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
@@ -22,8 +26,6 @@ GNU_CONFIGURE= yes
USE_GNOME= lthack
.if !defined(_BUILDING_LIGHTTPD_MODULE)
-LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/COPYING
USE_AUTOTOOLS= libtool
.else
USE_AUTOTOOLS= autoconf autoheader aclocal automake libtool