|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/net/x2goclient/Makefile 306788 2012-11-01 09:28:54Z pawel $ |
2 |
# $FreeBSD: head/net/x2goclient/Makefile 306788 2012-11-01 09:28:54Z pawel $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= x2goclient |
4 |
PORTNAME= x2goclient |
| 5 |
PORTVERSION= 3.99.2.2 |
5 |
PORTVERSION= 3.99.3.0 |
| 6 |
CATEGORIES= net |
6 |
CATEGORIES= net |
| 7 |
MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ |
7 |
MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ |
| 8 |
|
8 |
|
|
Lines 11-35
Link Here
|
| 11 |
|
11 |
|
| 12 |
LICENSE= GPLv2 |
12 |
LICENSE= GPLv2 |
| 13 |
|
13 |
|
| 14 |
LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ |
14 |
LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \ |
| 15 |
pcre:${PORTSDIR}/devel/pcre \ |
15 |
ssh:${PORTSDIR}/security/libssh |
| 16 |
png15:${PORTSDIR}/graphics/png \ |
|
|
| 17 |
cups:${PORTSDIR}/print/cups-client \ |
| 18 |
freetype:${PORTSDIR}/print/freetype2 \ |
| 19 |
ssh:${PORTSDIR}/security/libssh \ |
| 20 |
expat:${PORTSDIR}/textproc/expat2 \ |
| 21 |
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ |
| 22 |
xcb:${PORTSDIR}/x11/libxcb |
| 23 |
RUN_DEPENDS= nxproxy:${PORTSDIR}/net/nxproxy \ |
16 |
RUN_DEPENDS= nxproxy:${PORTSDIR}/net/nxproxy \ |
| 24 |
x2goclient-cli:${PORTSDIR}/net/x2goclient-cli |
17 |
x2goclient-cli:${PORTSDIR}/net/x2goclient-cli |
| 25 |
|
18 |
|
| 26 |
OPTIONS_DEFINE= LDAP DOCS |
19 |
OPTIONS_DEFINE= LDAP DOCS |
| 27 |
OPTIONS_DEFAULT=LDAP |
20 |
OPTIONS_DEFAULT=LDAP |
| 28 |
|
21 |
|
| 29 |
USE_GETTEXT= yes |
22 |
USE_XORG= xpm |
| 30 |
USE_ICONV= yes |
23 |
USE_QT4= gui network svg \ |
| 31 |
USE_XORG= ice sm x11 xau xdmcp xext xpm xrender |
|
|
| 32 |
USE_QT4= corelib gui network svg \ |
| 33 |
linguist_build moc_build qmake_build rcc_build uic_build |
24 |
linguist_build moc_build qmake_build rcc_build uic_build |
| 34 |
QMAKEFLAGS= QMAKE_LRELEASE="${QT_PREFIX}/bin/lrelease-qt4" |
25 |
QMAKEFLAGS= QMAKE_LRELEASE="${QT_PREFIX}/bin/lrelease-qt4" |
| 35 |
INSTALLS_ICONS= yes |
26 |
INSTALLS_ICONS= yes |
|
Lines 52-63
Link Here
|
| 52 |
post-patch: |
43 |
post-patch: |
| 53 |
@${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.h" | ${XARGS} \ |
44 |
@${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.h" | ${XARGS} \ |
| 54 |
${REINPLACE_CMD} -e \ |
45 |
${REINPLACE_CMD} -e \ |
| 55 |
's|Q_OS_LINUX|Q_OS_${OPSYS:U}| ; \ |
46 |
's|Q_OS_LINUX|Q_OS_UNIX| ; \ |
| 56 |
/<linux\/fs.h>/s|^|//| ; \ |
47 |
/<linux\/fs.h>/s|^|//| ; \ |
| 57 |
/#define USELDAP/s|^|//|' |
48 |
/#define USELDAP/s|^|//|' |
| 58 |
@${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.ts" | ${XARGS} \ |
|
|
| 59 |
${REINPLACE_CMD} -e \ |
| 60 |
's|authentification|authentication|g' |
| 61 |
@${REINPLACE_CMD} -e \ |
49 |
@${REINPLACE_CMD} -e \ |
| 62 |
'/MACOSX/s|^|#|' ${WRKSRC}/x2goclient.pro |
50 |
'/MACOSX/s|^|#|' ${WRKSRC}/x2goclient.pro |
| 63 |
@${REINPLACE_CMD} -e \ |
51 |
@${REINPLACE_CMD} -e \ |