summaryrefslogtreecommitdiff
path: root/www/mod_access_identd/Makefile
blob: d916ce8f805cad25852fcaf273f6bb4fe70a0334 (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
# New ports collection makefile for:	mod_access_identd
# Date created:				10 April 2001
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	mod_access_identd
PORTVERSION=	1.2.0
CATEGORIES=	www
MASTER_SITES=	http://MeepZor.Com/packages/mod_access_identd/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Apache module to supply access control based on ident reply

USE_APACHE=	yes
WRKSRC=		${WRKDIR}/mod_access_identd

do-build:
	@cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c

do-install:
	${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so

.include <bsd.port.mk>