summaryrefslogtreecommitdiffstats
path: root/net/tsclient/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
commit58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch)
tree3d921b9d8836f0a4c0ba361d4581a70d202545ad /net/tsclient/Makefile
parentf33c5fb61cfe4c8856817db7f2c84041a862250b (diff)
downloadmarcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.bz2
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.lz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.xz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/tsclient/Makefile')
-rw-r--r--net/tsclient/Makefile67
1 files changed, 0 insertions, 67 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile
deleted file mode 100644
index 013a84a64..000000000
--- a/net/tsclient/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# New ports collection makefile for: tsclient
-# Date created: 01 Mar 2003
-# Whom: Koop Mast <einekoai@chello.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tsclient
-PORTVERSION= 0.150
-PORTREVISION= 4
-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
-
-OPTIONS= GNOME "Build with gnome support" on \
- TIGHTVNC "vncviewer support" off \
- XNEST "X via Xnest support (experimental)" off
-
-USE_AUTOTOOLS= libtool:15 automake:19 autoconf:262
-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
-
-.include <bsd.port.pre.mk>
-
-.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
-
-post-patch:
- @${REINPLACE_CMD} -e '/^man1dir *=/ s,datadir,prefix,g' \
- ${WRKSRC}/Makefile.am
- @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
- ${WRKSRC}/aclocal.m4
-
-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 <bsd.port.post.mk>