mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
ddf5c7396b
* Fixed more banner problems * Fixed bug in compact mode, now reads computer name properly again * Fixed bug in VNC code * Update translations PR: 57033 Submitted by: maintainer
34 lines
828 B
Makefile
34 lines
828 B
Makefile
# New ports collection makefile for: tsclient
|
|
# Date created: 01 Mar 2003
|
|
# Whom: Koop Mast <einekoai@chello.nl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tsclient
|
|
PORTVERSION= 0.124
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= http://www.gnomepro.com/tsclient/
|
|
|
|
MAINTAINER= einekoai@chello.nl
|
|
COMMENT= A GNOME 2 frontend for rdesktop
|
|
|
|
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomeprefix gnomehack gnomepanel
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
post-install:
|
|
@${LN} -sf ${PREFIX}/share/gnome/pixmaps/tsclient/tsclient.png \
|
|
${PREFIX}/share/gnome/pixmaps/tsclient.png
|
|
|
|
.include <bsd.port.mk>
|