head	1.18;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.06.01.09;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.01.05.24.06;	author dinoex;	state Exp;
branches;
next	1.16;

1.16
date	2011.09.23.22.25.14;	author amdmi3;	state Exp;
branches;
next	1.15;

1.15
date	2010.03.28.06.43.26;	author dinoex;	state Exp;
branches;
next	1.14;

1.14
date	2010.02.05.11.43.50;	author dinoex;	state Exp;
branches;
next	1.13;

1.13
date	2009.08.22.00.34.57;	author amdmi3;	state Exp;
branches;
next	1.12;

1.12
date	2009.07.31.13.55.43;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2008.09.03.02.50.57;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2008.06.06.14.00.59;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2007.10.23.03.39.04;	author tmclaugh;	state Exp;
branches;
next	1.8;

1.8
date	2007.05.19.20.22.47;	author flz;	state Exp;
branches;
next	1.7;

1.7
date	2007.02.04.23.40.54;	author tmclaugh;	state Exp;
branches;
next	1.6;

1.6
date	2006.11.02.02.12.16;	author tmclaugh;	state Exp;
branches;
next	1.5;

1.5
date	2006.06.17.23.56.56;	author itetcu;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.13.04.15.10;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.26.21.53.33;	author tmclaugh;	state Exp;
branches;
next	1.2;

1.2
date	2006.02.19.06.57.13;	author tmclaugh;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.22.09.58.44;	author garga;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:   openvpn-admin
# Date Created:                                06 Dec 2005
# Whom:                                        Remington Lang <MrL0Lz@@gmail.com>
#
# $FreeBSD: head/security/openvpn-admin/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	openvpn-admin
PORTVERSION=	1.9.4
PORTREVISION=	5
CATEGORIES=	security gnome
MASTER_SITES=	SF/${PORTNAME}/OldFiles

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	GUI frontend to openvpn

RUN_DEPENDS=	openvpn:${PORTSDIR}/security/openvpn

WRKSRC=		${WRKDIR}/${DISTNAME:S/b//}

USE_GMAKE=	yes
USE_GNOME=	gtksharp20
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.pre.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's,/usr/bin/iconv,${LOCALBASE}/bin/iconv,g' \
		${WRKSRC}/intltool-merge.in
	@@${REINPLACE_CMD} -e 's,/etc/openvpn,${PREFIX}/etc/openvpn,' \
		${WRKSRC}/src/Configuration.cs

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/openvpn-admin ${PREFIX}/sbin
	${MKDIR} ${PREFIX}/share/applications || ${TRUE}
	${INSTALL_DATA} ${WRKSRC}/openvpn-admin.desktop ${PREFIX}/share/applications/
	${MKDIR} ${PREFIX}/lib/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/src/openvpn-admin.exe ${PREFIX}/lib/${PORTNAME}
	${MKDIR} ${PREFIX}/etc/openvpn

.include <bsd.port.post.mk>
@


1.17
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.15
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d24 2
a25 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.14
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.13
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.12
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.11
log
@Reset MrL0Lz@@gmail.com due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.10
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d15 1
a15 1
MAINTAINER=	MrL0Lz@@gmail.com
@


1.9
log
@Update to 1.9.4
- Required due to recent update to Mono.

Submitted by:	Phillip Neumann
Approved by:	maintainer timeout
@
text
@d10 1
@


1.8
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d9 1
a9 2
PORTVERSION=	1.9.3b
PORTREVISION=	1
d24 2
@


1.7
log
@- Update to 1.9.3b (required by lang/mono update)
  Version 1.9.3b
  * OpenVPN-Admin start now only with tray icon and not with full screen.
    (Yeah, I spent a night thinking the app was broken because of this.)
  * In Certificate Management the Certificate details will show, like
    Name, Email, City, Expiration Date ...
  * Proxy support now Authentication and Auth Method
  * Fix certificate selection on Windows and Linux. Now not full path is
    added
  * Certificates with password protection fixed on Windows and Linux
  * Add Type Server to OpenVPN-Admin
  * Translation for Brazilian-Portuguese and German improved
- USE_GNOME=+gtksharp20
- Remove unnecessary FreeBSD version check
- install .desktop correctly
- Don't install a pam config file.  The one distributed with the port
  doesn't work on FreeBSD and it's not the port's job to dictate what
  users can use openvpn-admin.
@
text
@d10 1
@


1.6
log
@Fix fetch.
@
text
@d9 1
a9 2
PORTVERSION=	1.9.2
PORTREVISION=	3
d17 3
a19 5
BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono \
		gapi2-codegen:${PORTSDIR}/x11-toolkits/gtk-sharp20
RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono \
		gapi2-codegen:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
		openvpn:${PORTSDIR}/security/openvpn
d22 1
a22 1
USE_GNOME=	gtk20
a26 4
.if ${OSVERSION} < 500000
BROKEN=	Some dependencies don't build on FreeBSD < 5.x
.endif

d35 2
a36 3
	${INSTALL_DATA} ${WRKSRC}/openvpn-admin.pam ${PREFIX}/etc/pam.d/openvpn-admin
	${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/openvpn-admin.desktop ${DATADIR}
@


1.5
log
@- Install openvpn-admin.exe
- grammar improvement for BROKEN.
- make openvpn-admin search for its configuration files in
${PREFIX}/etc/openvpn, and pre-create that directory. It will contain user data
after use, so only @@dirrmtry to remove it.
- install openvpn-admin into ${PREFIX}/sbin/, to stick to the original
installation logic, and in the same course also install openvpn-admin.pam
without extension.

PR:		ports/95336
Submitted by:	Andreas Kohn <andreas@@syndrom23.de>
Approved by:	maintainer (via private email)
@
text
@d13 1
a13 1
MASTER_SITE_SUBDIR=	openvpnadmin
@


1.4
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d10 1
a10 1
PORTREVISION=	2
d31 1
a31 1
BROKEN=	"Some dependencies doesn't build on FreeBSD < 5.x"
d37 2
d41 2
a42 2
	${INSTALL_SCRIPT} ${WRKSRC}/openvpn-admin ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/openvpn-admin.pam ${PREFIX}/etc/pam.d
d45 3
@


1.3
log
@Fix build after Mono 1.1.13.2 namespace moveage

Mono.Unix.Syscall.kill --> Mono.Unix.Native.Syscall.kill

Notified by:	krisbot
Approved by:	portmgr (kris)
@
text
@a26 1
USE_REINPLACE=	yes
@


1.2
log
@Chase gtk-sharp20 update
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@Add openvpn-admin 1.9.2, GUI frontend to openvpn.

PR:		ports/90176
Submitted by:	Remington Lang <MrL0Lz@@gmail.com>
@
text
@d10 1
@

