summaryrefslogtreecommitdiffstats
path: root/www/lighttpd/Makefile
blob: dcdad33d9677e0869cb25563fb51b9df49237d85 (plain)
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
# New ports collection makefile for:		lighttpd
# Date created:					20 May 2004
# Whom:						k@123.org
#
# $FreeBSD$
#

PORTNAME=	lighttpd
PORTVERSION=	1.2.7
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://jan.kneschke.de/projects/lighttpd/download/

PATCH_SITES=	http://jan.kneschke.de/projects/lighttpd/download/
PATCHFILES=	lighttpd-1.2.7-cond.patch
PATCH_DIST_STRIP=	-p1

MAINTAINER=	k@123.org
COMMENT=	A secure, fast, compliant, and very flexible Web Server

LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre

USE_REINPLACE=	yes
USE_RC_SUBR=	yes
USE_LIBTOOL_VER=	15
USE_GNOME=	lthack
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=	CPPFLAGS=-I${PREFIX}/include LIBS=-L${PREFIX}/lib
STARTUP_FILE=	${PREFIX}/etc/rc.d/lighttpd.sh
RC_SCRIPTS_SUB=	PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}

MAN1=		lighttpd.1

post-install:
	@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
		${FILESDIR}/lighttpd.sh.tmpl > ${STARTUP_FILE}
	@${CHMOD} 755 ${STARTUP_FILE}
	@${INSTALL_DATA} ${FILESDIR}/lighttpd.conf.sample ${PREFIX}/etc/

.include <bsd.port.mk>
OpenPOWER on IntegriCloud