mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
4fb1cfb1cd
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
39 lines
731 B
Makefile
39 lines
731 B
Makefile
# 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>
|