15 lines
465 B
Makefile
15 lines
465 B
Makefile
# $NetBSD: Makefile.common,v 1.4 2014/12/03 10:09:01 wiz Exp $
|
|
|
|
# used by net/openvpn/Makefile
|
|
# used by net/openvpn-acct-wtmpx/Makefile
|
|
# used by net/openvpn-nagios/Makefile
|
|
|
|
OPENVPN_DISTNAME= openvpn-2.3.6
|
|
OPENVPN_DISTFILE= ${OPENVPN_DISTNAME}.tar.xz
|
|
OPENVPN_MASTER_SITES= http://swupdate.openvpn.net/community/releases/
|
|
SITES.${OPENVPN_DISTFILE}= ${OPENVPN_MASTER_SITES}
|
|
|
|
OPENVPN_USER?= openvpn
|
|
OPENVPN_GROUP?= openvpn
|
|
OPENVPN_PLUGINSDIR?= lib/openvpn/plugins
|