blob: c2cdcbc3d933f0367653d9c7b293ac45b5455d26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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
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>
|