1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/www/mod_uid/Makefile
Philip M. Gollucci 805c652f35 - Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR:             ports/134611
Approved by:    pav (#bsdports)
2009-05-21 20:45:34 +00:00

40 lines
748 B
Makefile

# 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
.if !defined(APACHE_PORT) || ${APACHE_PORT} == "www/apache13"
MODULENAME= mod_uid
.else
MODULENAME= mod_uid2
.endif
AP_FAST_BUILD= yes
AP_GENPLIST= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>