2000-12-13 22:44:33 +01: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 21:28:49 +01:00
|
|
|
PORTVERSION= 1.3.26.1a
|
2000-12-13 22:44:33 +01:00
|
|
|
CATEGORIES= www
|
2002-09-17 10:49:54 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= mod-gzip
|
|
|
|
EXTRACT_SUFX= .tgz
|
2000-12-13 22:44:33 +01:00
|
|
|
|
2002-09-17 10:49:54 +02:00
|
|
|
MAINTAINER= sysadmin@alexdupre.com
|
2000-12-13 22:44:33 +01:00
|
|
|
|
2002-09-09 20:30:10 +02:00
|
|
|
BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
|
|
|
|
RUN_DEPENDS= ${APXS}:${APACHE_PORT}
|
|
|
|
|
|
|
|
APXS?= ${LOCALBASE}/sbin/apxs
|
|
|
|
APACHE_PORT?= ${PORTSDIR}/www/apache13
|
2003-01-08 18:44:47 +01:00
|
|
|
MAKE_ENV+= "APXS=${APXS}"
|
2002-09-17 10:49:54 +02:00
|
|
|
ALL_TARGET= build
|
2000-12-13 22:44:33 +01:00
|
|
|
|
2003-01-01 21:28:49 +01:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/docs/mod_gzip.conf.sample ${EXAMPLESDIR}
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2000-12-13 22:44:33 +01:00
|
|
|
.include <bsd.port.mk>
|