diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-04 22:59:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-04 22:59:22 +0000 |
commit | 4ff948cd7e1bafc92c8ee41871605f32d9f04310 (patch) | |
tree | 81695b4d394db3f3459670a58b9ec044fd25c430 /net/xrdesktop | |
parent | 56e1efd1446743439fbfb50efb010cd7f720b847 (diff) | |
download | ports-4ff948cd7e1bafc92c8ee41871605f32d9f04310.tar.gz ports-4ff948cd7e1bafc92c8ee41871605f32d9f04310.zip |
Notes
Diffstat (limited to 'net/xrdesktop')
-rw-r--r-- | net/xrdesktop/Makefile | 26 | ||||
-rw-r--r-- | net/xrdesktop/distinfo | 2 | ||||
-rw-r--r-- | net/xrdesktop/pkg-descr | 6 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net/xrdesktop/Makefile b/net/xrdesktop/Makefile new file mode 100644 index 000000000000..8e9907bac2a2 --- /dev/null +++ b/net/xrdesktop/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xrdesktop +# Date created: 2005-06-30 +# Whom: Andrej Zverev <az@inec.ru> +# +# $FreeBSD$ +# + +PORTNAME= xrdesktop +PORTVERSION= 0.7 +CATEGORIES= net +MASTER_SITES= http://luggage.linux0wnsyou.com/xrdesktop/ + +MAINTAINER= az@inec.ru +COMMENT= A p5-Gtk frontend to rdesktop + +RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop \ + ${SITE_PERL}/${PERL_ARCH}/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk + +NO_BUILD= yes + +PLIST_FILES= bin/xrdesktop + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/net/xrdesktop/distinfo b/net/xrdesktop/distinfo new file mode 100644 index 000000000000..80d7dab71fbc --- /dev/null +++ b/net/xrdesktop/distinfo @@ -0,0 +1,2 @@ +MD5 (xrdesktop-0.7.tar.gz) = 93b396c903cdfc826549a3fe58df4ec8 +SIZE (xrdesktop-0.7.tar.gz) = 15611 diff --git a/net/xrdesktop/pkg-descr b/net/xrdesktop/pkg-descr new file mode 100644 index 000000000000..0b8b2c9fec47 --- /dev/null +++ b/net/xrdesktop/pkg-descr @@ -0,0 +1,6 @@ +Xrdesktop is a GTK-Perl frontend for rdesktop that allows saving and editing of +session configurations. Its aim is to support all the command-line options of +rdesktop in an easy-to-use GUI. + +Author: dave@downneck.net +WWW: http://luggage.linux0wnsyou.com/xrdesktop/ |