freebsd-ports/www/mod_proctitle/Makefile
Olli Hauer a3f7aafc78 ports in cat www where MAINTAINER=ports
- USE_BZIP2 -> USES= tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE
2014-03-16 16:07:59 +00:00

29 lines
651 B
Makefile

# Created by: stas
# $FreeBSD$
PORTNAME= mod_proctitle
PORTVERSION= 0.4.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
USE_APACHE= 22+
GNU_CONFIGURE= yes
USES= 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>