diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /net/tsclient/Makefile | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/tsclient/Makefile')
-rw-r--r-- | net/tsclient/Makefile | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile deleted file mode 100644 index efb11d772..000000000 --- a/net/tsclient/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: tsclient -# Date created: 01 Mar 2003 -# Whom: Koop Mast <einekoai@chello.nl> -# -# $FreeBSD$ -# - -PORTNAME= tsclient -PORTVERSION= 0.148 -PORTREVISION= 3 -CATEGORIES= net gnome -MASTER_SITES= http://www.gnomepro.com/tsclient/ - -MAINTAINER= ports@thepentagon.org -COMMENT= A GNOME 2 frontend for rdesktop and vncviewer - -RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop - -.ifdef (WITH_TIGHTVNC) -RUN_DEPENDS+= vncviewer:${PORTSDIR}/net/tightvnc -.endif - -.ifdef (WITH_XNEST) -RUN_DEPENDS+= Xnest:${X_NESTSERVER_PORT} -.endif - -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= tsclient.1 - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} " set WITH_TIGHTVNC for vncviewer support" - @${ECHO_MSG} " set WITH_XNEST for X via Xnest support (experimental)" - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \ - ${WRKSRC}/configure - -post-install: - @${LN} -sf ${PREFIX}/share/pixmaps/tsclient/tsclient.png \ - ${PREFIX}/share/pixmaps/tsclient.png - -.include <bsd.port.mk> |