aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_uid/Makefile
blob: d2ff992365f5f6628f010cea13a10e0e0fe9925a (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
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:    mod_uid
# Date created:             02 December 2003
# Whom:                 Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mod_uid
PORTVERSION=    1.1.0
CATEGORIES= www
MASTER_SITES=   ftp://ftp.lexa.ru/pub/apache-rus/contrib/

MAINTAINER= leeym@FreeBSD.org
COMMENT=    A module issuing the "correct" cookies for counting the site visitors

MAKE_JOBS_SAFE=  yes

USE_APACHE= 1.3+

PORTDOCS=   README.html

AP_FAST_BUILD=  yes
AP_GENPLIST=    yes

.include <bsd.port.pre.mk>

.if !defined(APACHE_PORT) || ${APACHE_PORT} == "www/apache13" || ${APACHE_VERSION} == "13"
MODULENAME= mod_uid
.else
IGNORE=     does not build with latest apache20/22
MODULENAME= mod_uid2
.endif

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>