summaryrefslogtreecommitdiff
path: root/net/tsclient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tsclient/Makefile')
-rw-r--r--net/tsclient/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile
new file mode 100644
index 000000000000..534b9bf0a345
--- /dev/null
+++ b/net/tsclient/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: tsclient
+# Date created: 01 Mar 2003
+# Whom: Koop Mast <einekoai@chello.nl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tsclient
+PORTVERSION= 0.104
+CATEGORIES= net gnome
+MASTER_SITES= http://www.gnomepro.com/tsclient/
+
+MAINTAINER= einekoai@chello.nl
+COMMENT= A GNOME 2 frontend for rdesktop
+
+LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel
+RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
+
+USE_X_PREFIX= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+post-install:
+ @${LN} -sf ${PREFIX}/share/gnome/pixmaps/tsclient/tsclient.png \
+ ${PREFIX}/share/gnome/pixmaps/tsclient.png
+.include <bsd.port.mk>