summaryrefslogtreecommitdiffstats
path: root/security/openvpn-client-export/Makefile
blob: 2cd57706a46628f0eab3e9ba08366b9459f12a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	openvpn-client-export
PORTVERSION=	2.4.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>
OpenPOWER on IntegriCloud