# New ports collection makefile for:	x2goclient
# Date created:				2010-08-16
# Whom:					arved
#
# $FreeBSD: ports/net/x2goclient/Makefile,v 1.2 2010/08/31 21:39:59 pav Exp $

PORTNAME=	x2goclient
DISTVERSION=	3.01-5
CATEGORIES=	net
MASTER_SITES=	http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient/
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	arved@FreeBSD.org
COMMENT=	The x2go perl client

LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-client
RUN_DEPENDS=	nxproxy:${PORTSDIR}/net/nxproxy \
		x2goclient-cli:${PORTSDIR}/net/x2goclient-cli

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING
PLIST_FILES=	bin/x2goclient
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:S,-5,,}
USE_QT_VER=	4
QT_COMPONENTS=	gui network svg qmake_build moc_build uic_build rcc_build
USE_OPENLDAP=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
BROKEN=		does not compile on 6.X
.endif

post-patch:
	cd ${WRKSRC}; ${REINPLACE_CMD} -e "s,Q_OS_LINUX,Q_OS_FREEBSD," \
		embedwidget.cpp onmainwindow.cpp ongetpass.cpp \
		clicklineedit.cpp embedwidget.h clicklineedit.h
	${REINPLACE_CMD} -e "s,#include <linux/fs.h>,," \
		${WRKSRC}/onmainwindow.cpp
	${REINPLACE_CMD} -e "s,linux,freebsd," ${WRKSRC}/x2goclient.pro

do-configure:
	cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QMAKE}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/x2goclient ${PREFIX}/bin

.include <bsd.port.post.mk>
