2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:35:50 espie Exp $
|
2007-11-20 16:34:19 -05:00
|
|
|
|
2009-12-29 20:11:05 -05:00
|
|
|
COMMENT = BSD Auth helper program for OpenVPN
|
2007-11-20 16:34:19 -05:00
|
|
|
|
2010-08-30 14:33:45 -04:00
|
|
|
DISTNAME = openvpn_bsdauth-7
|
2010-07-12 18:07:37 -04:00
|
|
|
REVISION= 0
|
2009-12-29 20:11:05 -05:00
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://www.wormhole.hu/~ice/openvpn_bsdauth/
|
2007-11-20 16:34:19 -05:00
|
|
|
|
2009-12-29 20:11:05 -05:00
|
|
|
MAINTAINER = Felix Kronlage <fkr@openbsd.org>
|
2007-11-20 16:34:19 -05:00
|
|
|
|
|
|
|
# ISC
|
2009-12-29 20:11:05 -05:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2007-11-20 16:34:19 -05:00
|
|
|
|
2009-12-29 20:11:05 -05:00
|
|
|
WANTLIB = c
|
2007-11-20 16:34:19 -05:00
|
|
|
|
2009-12-29 20:11:05 -05:00
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
2007-11-20 16:34:19 -05:00
|
|
|
|
2010-07-02 22:44:13 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS = net/openvpn
|
2009-12-29 20:11:05 -05:00
|
|
|
|
2011-06-23 18:50:26 -04:00
|
|
|
FAKE_FLAGS = BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man/man
|
2007-11-20 16:34:19 -05:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@perl -pi -e 's#!!PREFIX!!#${PREFIX}#g' ${WRKSRC}/openvpn_bsdauth.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|