summaryrefslogtreecommitdiff
path: root/www/mod_authn_otp/Makefile
blob: b96d84f95497a0b463a45196d9a12549afc63f11 (plain)
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
# Created by: Alexander Hausner <alex@hugo.bmg.gv.at>
# $FreeBSD$

PORTNAME=	mod_authn_otp
PORTVERSION=	1.1.6
CATEGORIES=	www
MASTER_SITES=	http://mod-authn-otp.googlecode.com/files/ \
		http://alex.bmg.gv.at/programs/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR=	apache2

MAINTAINER=	alex@hugo.bmg.gv.at
COMMENT=	Apache module for one-time password authentication

LICENSE=	APACHE20

GNU_CONFIGURE=	yes
USE_APACHE=	22

PORTEXAMPLES=	users.sample

OPTIONS_DEFINE=	EXAMPLES

.include <bsd.port.options.mk>

post-configure:
	@${REINPLACE_CMD} 's|CFLAGS =|CFLAGS ?=|' \
		${WRKSRC}/Makefile

pre-install:
	@${MKDIR} ${STAGEDIR}/${PREFIX}/${APACHEMODDIR}

post-install:
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/users.sample ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>