freebsd-ports/www/mod_proctitle/Makefile
Olli Hauer 63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00

33 lines
694 B
Makefile

# New ports collection makefile for: mod_proctitle
# Date created: 15 April 2007
# Whom: stas
#
# $FreeBSD$
#
PORTNAME= mod_proctitle
PORTVERSION= 0.4.1
PORTREVISION= 0
CATEGORIES= www
MASTER_SITES= ftp://ftp.springdaemons.com/soft/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Set httpd process titles to reflect currently processed request
MAKE_JOBS_SAFE= yes
USE_APACHE= 22+
GNU_CONFIGURE= yes
USE_BZIP2= yes
CFLAGS+= -I${LOCALBASE}/include \
-I${LOCALBASE}/include/apr-1
PLIST_FILES= ${APACHEMODDIR}/${PORTNAME}.so
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/mod_proctitle.so \
${PREFIX}/${APACHEMODDIR}/
.include <bsd.port.mk>