head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.09;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.10.02.16.40.40;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.03.11.40.47;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.04.17.14.38;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	security/openvpn-auth-radius
# Date created:		2011-03-04
# Whom:			Mikhail T. <m.tsatsenko@@gmail.com>
#
# $FreeBSD: head/security/openvpn-auth-radius/Makefile 305166 2012-10-02 16:40:40Z az $
#

PORTNAME=	openvpn-auth-radius
PORTVERSION=	2.1
CATEGORIES=	security
MASTER_SITES=	http://www.nongnu.org/radiusplugin/ \
		http://svn-cache.ipcopaddons.org/
DISTNAME=	radiusplugin_v${PORTVERSION}

MAINTAINER=	m.tsatsenko@@gmail.com
COMMENT=	RADIUS authentication plugin for OpenVPN

RUN_DEPENDS=	openvpn:${PORTSDIR}/security/openvpn
LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/security/libgcrypt

LICENSE=	GPLv2

USE_GMAKE=	yes
MAKEFILE=	Makefile.bsd
WRKSRC=		${WRKDIR}/radiusplugin

PORTDOCS=	README
PORTEXAMPLES=	radiusplugin.cnf
PLIST_FILES=	lib/radiusplugin.so

.include <bsd.port.pre.mk>

do-install:
	${INSTALL_LIB} ${WRKSRC}/radiusplugin.so ${LOCALBASE}/lib

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/radiusplugin.cnf ${EXAMPLESDIR}
.endif

.include <bsd.port.post.mk>
@


1.3
log
@SVN rev 305166 on 2012-10-02 16:40:40Z by az

- Fix typos (LICENSE is correct form inside bsd.licenses.mk).
- Removed LICENSE_FILE where is no need in this.

Spotted by:	zont@@
Approved by:	portmgr (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Chase the libgcrypt shared lib version
@
text
@d21 1
a21 1
LICENCE=	GPLv2
@


1.1
log
@The OpenVPN Radius Plugin provides RADIUS authentication
and accounting support for OpenVPN.

WWW: http://www.nongnu.org/radiusplugin/index.html

PR:		ports/155259
Submitted by:	Mikhail T. <m.tsatsenko at gmail.com>
@
text
@d19 1
a19 1
LIB_DEPENDS=	gcrypt.17:${PORTSDIR}/security/libgcrypt
@

