View | Details | Raw Unified | Return to bug 50334
Collapse All | Expand All

(-)tsclient/Makefile (+6 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	tsclient
8
PORTNAME=	tsclient
9
PORTVERSION=	0.104
9
PORTVERSION=	0.104
10
PORTREVISION=	1
10
CATEGORIES=	net gnome
11
CATEGORIES=	net gnome
11
MASTER_SITES=	http://www.gnomepro.com/tsclient/
12
MASTER_SITES=	http://www.gnomepro.com/tsclient/
12
13
Lines 17-28 Link Here
17
RUN_DEPENDS=	rdesktop:${PORTSDIR}/net/rdesktop
18
RUN_DEPENDS=	rdesktop:${PORTSDIR}/net/rdesktop
18
19
19
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_REINPLACE=	yes
20
USE_GNOMENG=	yes
22
USE_GNOMENG=	yes
21
USE_GNOME=	gnomeprefix gnomehack
23
USE_GNOME=	gnomeprefix gnomehack
22
USE_GMAKE=	yes
24
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
26
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
25
		LDFLAGS="-L${LOCALBASE}/lib"
27
		LDFLAGS="-L${LOCALBASE}/lib"
28
29
post-patch:
30
	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g;' \
31
	 ${WRKSRC}/applet/GNOME_TSClientApplet.server
26
32
27
post-install:
33
post-install:
28
	@${LN} -sf ${PREFIX}/share/gnome/pixmaps/tsclient/tsclient.png \
34
	@${LN} -sf ${PREFIX}/share/gnome/pixmaps/tsclient/tsclient.png \

Return to bug 50334