2007-04-15 11:11:16 +00:00
|
|
|
# New ports collection makefile for: mod_proctitle
|
|
|
|
# Date created: 15 April 2007
|
|
|
|
# Whom: stas
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_proctitle
|
2007-04-29 22:54:14 +00:00
|
|
|
PORTVERSION= 0.3
|
2007-04-15 11:11:16 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/soft/
|
|
|
|
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
COMMENT= Set httpd process titles to reflect currently processed request
|
|
|
|
|
|
|
|
USE_APACHE?= 2.0+
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PLIST_FILES= ${APACHEMODDIR}/${PORTNAME}.so
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/mod_proctitle.so \
|
|
|
|
${PREFIX}/${APACHEMODDIR}/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|