diff options
Diffstat (limited to 'security/openvpn-client-export/Makefile')
-rw-r--r-- | security/openvpn-client-export/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/openvpn-client-export/Makefile b/security/openvpn-client-export/Makefile new file mode 100644 index 0000000..e8d5cdb --- /dev/null +++ b/security/openvpn-client-export/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= openvpn-client-export +PORTVERSION= 2.4.1 +PORTREVISION= 1 +CATEGORIES= security +MASTER_SITES= http://files.pfsense.org/packages/openvpn-client-export/ + +MAINTAINER= jimp@pfsense.org +COMMENT= OpenVPN Client Export + +USES= tar:tgz + +WRKSRC= ${WRKDIR}/client-export + +NO_BUILD= yes +NO_MTREE= yes + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/openvpn/client-export + ${CP} -r ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/openvpn/client-export + +.include <bsd.port.mk> |