blob: 65b294074acd3c751b369fbdc75fe2867ba2f834 (
plain) (
blame)
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
|
# New ports collection makefile for: mod_bunzip2
# Date created: 26 January 2002
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= mod_bunzip2
PORTVERSION= 1
CATEGORIES= www
MASTER_SITES= http://oldach.net/
DISTNAME= ${PORTNAME}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module for server-side decompression of bzip2 files
DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE= one week after FreeBSD 9.0-RELEASE-p0
MAKE_JOBS_SAFE= yes
USE_APACHE= 13
AP_FAST_BUILD= yes
AP_GENPLIST= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-2
AP_LIB= -lbz2
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|