2000-12-13 21:44:33 +00:00
|
|
|
# New ports collection makefile for: mod_gzip Apache module
|
|
|
|
# Date created: Dec 13 2000
|
|
|
|
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_gzip
|
2003-01-01 20:28:49 +00:00
|
|
|
PORTVERSION= 1.3.26.1a
|
2000-12-13 21:44:33 +00:00
|
|
|
CATEGORIES= www
|
2009-08-22 00:38:34 +00:00
|
|
|
MASTER_SITES= SF/mod-gzip/mod-gzip13x/${PORTNAME}-${PORTVERSION}
|
2010-05-25 20:17:37 +00:00
|
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
2002-09-17 08:49:54 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-12-13 21:44:33 +00:00
|
|
|
|
2004-01-18 10:50:15 +00:00
|
|
|
MAINTAINER= ale@FreeBSD.org
|
2003-02-21 14:08:24 +00:00
|
|
|
COMMENT= An Internet Content Acceleration module for Apache
|
2000-12-13 21:44:33 +00:00
|
|
|
|
2011-08-27 09:55:12 +00:00
|
|
|
DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
|
2011-09-07 03:00:51 +00:00
|
|
|
EXPIRATION_DATE= 2011-11-01
|
2011-08-27 09:55:12 +00:00
|
|
|
|
2010-06-08 22:14:55 +00:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-21 20:45:34 +00:00
|
|
|
|
2011-08-20 19:00:12 +00:00
|
|
|
USE_APACHE= 13
|
2000-12-13 21:44:33 +00:00
|
|
|
|
2010-06-08 22:14:55 +00:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
2006-12-10 14:33:34 +00:00
|
|
|
|
2010-06-08 22:14:55 +00:00
|
|
|
PORTDOCS= *.htm *.png *.gif
|
2009-04-28 06:10:54 +00:00
|
|
|
PORTEXAMPLES= ${PORTNAME}.conf.sample
|
|
|
|
|
2010-06-08 22:14:55 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's|-Wc,-Wall,-O3,-fomit-frame-pointer,-pipe||' ${WRKSRC}/Makefile
|
|
|
|
|
2003-01-01 20:28:49 +00:00
|
|
|
post-install:
|
2009-04-28 06:10:54 +00:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}/
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.conf.sample ${EXAMPLESDIR}/
|
|
|
|
.endif
|
2003-01-01 20:28:49 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2009-04-28 06:10:54 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}/
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* ${DOCSDIR}/
|
2003-01-01 20:28:49 +00:00
|
|
|
.endif
|
|
|
|
|
2000-12-13 21:44:33 +00:00
|
|
|
.include <bsd.port.mk>
|