summaryrefslogtreecommitdiff
path: root/x11/asnap/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2002-08-07 13:45:25 +0000
committerhe <he@pkgsrc.org>2002-08-07 13:45:25 +0000
commit14a211c61067655433e329a833aa66e6511a7546 (patch)
tree74aa7b11101143c489dcf3dd0785cc1abd310a95 /x11/asnap/Makefile
parent88ba5d6edf2267cc86067f1aacf35fe8483b0a05 (diff)
downloadpkgsrc-14a211c61067655433e329a833aa66e6511a7546.tar.gz
Add the x11/asnap package:
Asnap is the ancestor of xsnap, a program which allows one to take a "snapshot" of a region of the screen. Asnap adds the ability to save the image in either "xwd" or "ATK raster" format, and this can be done none-interactively as well.
Diffstat (limited to 'x11/asnap/Makefile')
-rw-r--r--x11/asnap/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/asnap/Makefile b/x11/asnap/Makefile
new file mode 100644
index 00000000000..0afc2ee84a8
--- /dev/null
+++ b/x11/asnap/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/07 13:45:25 he Exp $
+
+DISTNAME= asnap
+PKGNAME= ${DISTNAME}-1.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/}
+
+MAINTAINER= he@netbsd.org
+COMMENT= Takes a snapshot of a region of the screen
+
+USE_IMAKE= yes
+WRKSRC= ${WRKDIR}
+
+.include "../../mk/bsd.pkg.mk"