# New ports collection makefile for: tsclient # Date created: 01 Mar 2003 # Whom: Koop Mast # # $FreeBSD$ # PORTNAME= tsclient PORTVERSION= 0.150 PORTREVISION= 6 CATEGORIES= net gnome MASTER_SITES= SF MAINTAINER= ports@thepentagon.org COMMENT= A GNOME 2 frontend for rdesktop and vncviewer RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop USE_AUTOTOOLS= libtool:22 USE_GNOME= gtk20 USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="`pkg-config --libs libgnomeui-2.0`" MAN1= tsclient.1 PORTDOCS= COPYING NEWS README OPTIONS= GNOME "Build with gnome support" on \ TIGHTVNC "vncviewer support" off \ XNEST "X via Xnest support (experimental)" off .include .if defined(WITH_GNOME) USE_GNOME+= gnomeprefix gnomehack gnomepanel libgnomeui .else CONFIGURE_ARGS+= --disable-gnome .endif .if defined(WITH_TIGHTVNC) RUN_DEPENDS+= vncviewer:${PORTSDIR}/net/tightvnc .endif .if defined(WITH_XNEST) RUN_DEPENDS+= Xnest:${X_NESTSERVER_PORT} .endif .include post-patch: @${REINPLACE_CMD} -e '/^man1dir *=/ s,datadir,prefix,g' \ ${WRKSRC}/Makefile.in post-install: @${LN} -sf ${PREFIX}/share/pixmaps/tsclient/tsclient.png \ ${PREFIX}/share/pixmaps/tsclient.png .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} . for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} . endfor .endif .include ='dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make itstool only a BUILD_DEPENDS, and bump PORTREVISION for RUN_DEPENDSadamw2015-03-271-1/+2
* Update graphics/entangle to 0.7.0, and assign maintainership toadamw2015-03-273-48/+61
* - Update Entangle to version 0.6.1danfe2015-03-044-17/+18
* Chase graphics/libraw shlib bumpmakc2015-02-211-1/+1
* bump PORTREVISION due libphoto2 shared library version changed.vanilla2015-01-231-0/+1
* - Update to version 0.6.0danfe2014-11-094-110/+167
* Cleanup plistbapt2014-10-21