1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/mod_proctitle/Makefile
Bernard Spil 88b492b029 Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2018-03-11 17:38:45 +00:00

30 lines
663 B
Makefile

# Created by: stas
# $FreeBSD$
PORTNAME= mod_proctitle
PORTVERSION= 0.4.1
PORTREVISION= 1
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
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
USES= apache:2.2+ tar:bzip2
CFLAGS+= -I${LOCALBASE}/include \
-I${LOCALBASE}/include/apr-1
PLIST_FILES= ${APACHEMODDIR}/${PORTNAME}.so
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}
${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/mod_proctitle.so \
${STAGEDIR}${PREFIX}/${APACHEMODDIR}
.include <bsd.port.mk>