summaryrefslogtreecommitdiff
path: root/graphics/xdgagrab/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-06-16 13:43:07 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-06-16 13:43:07 +0000
commitf3f5412b56dfc73b300833ad1e4478950a1144f6 (patch)
tree8f9175ccf215dfc5e9da675097a1813a4d1dd5e5 /graphics/xdgagrab/Makefile
parentUpgrade to 0.1.11, which is a super-minor bugfix release. (diff)
capture an X server screen with a mouse pointer
Diffstat (limited to 'graphics/xdgagrab/Makefile')
-rw-r--r--graphics/xdgagrab/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/xdgagrab/Makefile b/graphics/xdgagrab/Makefile
new file mode 100644
index 000000000000..a522c25206b2
--- /dev/null
+++ b/graphics/xdgagrab/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xdgagrab
+# Version required: 0.3
+# Date created: 99/01/18
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $Id:$
+#
+
+DISTNAME= xdgagrab-0.3
+CATEGORIES= graphics
+MASTER_SITES= http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/ports/
+
+MAINTAINER= taoka@FreeBSD.org
+
+ALL_TARGET= xdgagrab
+USE_X_PREFIX= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xdgagrab ${PREFIX}/bin
+
+.include <bsd.port.mk>