summaryrefslogtreecommitdiff
path: root/x11/xscript/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-11-23 07:32:55 +0000
committerrh <rh@pkgsrc.org>1999-11-23 07:32:55 +0000
commitbc0a605ab153c5539646d896f1296a30b9a40612 (patch)
tree47c0934660b496c18f0652976f64abf28175c294 /x11/xscript/Makefile
parent9c6b2278079c82250acdbf2dd234e2d2682799b2 (diff)
downloadpkgsrc-bc0a605ab153c5539646d896f1296a30b9a40612.tar.gz
Import xscript-19930228, an X script recording and playback tool.
Diffstat (limited to 'x11/xscript/Makefile')
-rw-r--r--x11/xscript/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xscript/Makefile b/x11/xscript/Makefile
new file mode 100644
index 00000000000..e1d507629cf
--- /dev/null
+++ b/x11/xscript/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/11/23 07:32:55 rh Exp $
+#
+
+DISTNAME= xscript.tar
+PKGNAME= xscript-19930228
+WRKSRC= ${WRKDIR}/test-distrib/src
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
+ ftp://ftp.gwdg.de/pub/x11/x.org/R5contrib/ \
+ ftp://ftp.tu-darmstadt.de/pub/X11/R5contrib/ \
+ ftp://unix.hensa.ac.uk/mirrors/ftp.x.org/R5contrib/ \
+ ftp://ftp.darenet.dk/ny/mirrors/ftp.x.org/R5contrib/
+EXTRACT_SUFX= .Z
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.ee.ryerson.ca/~elf/xapps/Q-XVIII.html
+
+USE_X11BASE= YES
+USE_IMAKE= YES
+
+.include "../../mk/bsd.pkg.mk"