summaryrefslogtreecommitdiff
path: root/x11/xmove/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-19 06:02:26 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-19 06:02:26 +0000
commit2dee3730414dd48cfb625bb201e524203f12423b (patch)
treec3035622d2c69d5f1df0da1ec07c5a36ccc13d27 /x11/xmove/Makefile
parentAdd a more descriptive description, like the p5-ReadLine-Gnu version. (diff)
Import of xmove, an X11 proxy (like lbx) that allows suspending,
resuming, and moving clients (presumably like screen(1)). PR: 5503 Submitted by: Stefan `Sec` Zehl <sec@42.org>
Notes
Notes: svn path=/head/; revision=10578
Diffstat (limited to 'x11/xmove/Makefile')
-rw-r--r--x11/xmove/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/xmove/Makefile b/x11/xmove/Makefile
new file mode 100644
index 000000000000..a3c29e16ba1f
--- /dev/null
+++ b/x11/xmove/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: xmove
+# Version required: 2.0
+# Date created: 16 Jan 1997
+# Whom: Stefan Zehl <sec@42.org>
+#
+# $Id$
+#
+
+DISTNAME= xmove.2.0beta2
+PKGNAME= xmove-2.0b2
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/xmove/
+
+MAINTAINER= sec@42.org
+
+WRKSRC= ${WRKDIR}/xmove
+USE_X11= yes
+
+post-extract:
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
+
+post-install:
+ ${CP} ${WRKSRC}/man/man1/xmove.1 ${WRKSRC}/man/man1/xmovectrl.1 ${X11BASE}/man/man1
+
+MAN1= xmove.1 xmovectrl.1
+
+.include <bsd.port.mk>