mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
76dc862617
meaning that you cannot administrate an OpenVPN server with it (Look for kvpnc if you want such a program). You can use it to connect and disconnect without needing to open a console. You can also input username and/or password that might be needed. In Short: It can do everything an end-user want's for his everyday work with OpenVPN. WWW: http://www.enlighter.de/ --Anderson S. Ferreira <anderson@cnpm.embrapa.br> PR: ports/95709 Submitted by: anderson@cnpm.embrapa.br
36 lines
729 B
Makefile
36 lines
729 B
Makefile
# New ports collection makefile for: kovpn
|
|
# Date created: 13 April 2006
|
|
# Whom: anderson@cnpm.embrapa.br
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kovpn
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= security kde
|
|
MASTER_SITES= http://home.bawue.de/~lighter/www.enlighter.de/files/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= anderson@cnpm.embrapa.br
|
|
COMMENT= A simple GUI for OpenVPN clients
|
|
|
|
RUN_DEPENDS= openvpn:${PORTSDIR}/security/openvpn
|
|
|
|
WRKSRC= ${WRKDIR}/kovpn
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER=3
|
|
PREFIX= ${KDE_PREFIX}
|
|
USE_GETTEXT= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GMAKE= yes
|
|
USE_XPM= yes
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/kovpn; \
|
|
${CP} ${FILESDIR}/README ${PREFIX}/share/doc/kovpn
|
|
|
|
.include <bsd.port.mk>
|