summaryrefslogtreecommitdiffstats
path: root/security/orthrus/Makefile
blob: 45cad7d06bc668885c773bf1a914fbba73caef09 (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
38
39
40
# Created by: Gavin McDonald <gavin@16degrees.com.au>
# $FreeBSD$

PORTNAME=	orthrus
PORTVERSION=	0.8.0
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	GOOGLE_CODE  \
		http://16degrees.com.au/${PORTNAME}/

MAINTAINER=	gavin@16degrees.com.au
COMMENT=	One-Time Password System (OTP) alternative to OPIE or S/Key

LICENSE=	APACHE20

LIB_DEPENDS=	libapr-1.so:${PORTSDIR}/devel/apr1

USE_LDCONFIG=	yes
USES=		iconv scons tar:bzip2
PORTDOCS=	*

NO_STAGE=	yes

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@${MKDIR} ${DOCSDIR}
	(cd ${WRKSRC} && \
		${INSTALL_DATA} NOTICE README TODO ${DOCSDIR})
.endif
	${TOUCH} ${PREFIX}/etc/orthruskeys

	@${ECHO_CMD}
	@${CAT} ${PKGMESSAGE}
	@${ECHO_CMD}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud