aboutsummaryrefslogtreecommitdiff
path: root/graphics/xdgagrab/Makefile
diff options
context:
space:
mode:
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>