Files
ports/www/mod_proctitle/Makefile
T
Bernard Spil 0d01ff7a63 www/mod_proctitle: Resurrect mod_proctitle port 0.4.1
PR:		248435
Submitted by:	Miroslav Lachman <000.fbsd quip cz>
2020-08-06 14:17:23 +00:00

32 lines
654 B
Makefile

# Created by: stas
# $FreeBSD$
PORTNAME= mod_proctitle
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= 000.fbsd@quip.cz
COMMENT= Set httpd process titles to reflect currently processed request
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
USES= apache autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= MirLach
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>