summaryrefslogtreecommitdiff
path: root/security/orthrus/Makefile
blob: e9b402888c68eb81174b3ac188313f19c8543e90 (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
# Created by: Gavin McDonald <gavin@16degrees.com.au>
# $FreeBSD$

PORTNAME=	orthrus
PORTVERSION=	0.8.0
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=	apr-1:${PORTSDIR}/devel/apr1

USE_SCONS=	yes
USE_BZIP2=	yes
USE_LDCONFIG=	yes
USES=		iconv
PORTDOCS=	*

NO_STAGE=	yes
.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>