summaryrefslogtreecommitdiff
path: root/x11/xpaste/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-04-16 20:21:01 +0000
committerzuntum <zuntum@pkgsrc.org>2001-04-16 20:21:01 +0000
commitc73ca4fa7da5fed3208bcce802a704298dfce942 (patch)
treedc45c96e58049fb9358eafe47af6e59ef8278aec /x11/xpaste/Makefile
parent25c3d9ca3e147ccf71eff0fd8c8d3dcb19266a0b (diff)
downloadpkgsrc-c73ca4fa7da5fed3208bcce802a704298dfce942.tar.gz
Initial import of xpaste-1.1
XPaste is a short X program which creates a window and displays the contents of the Primary paste buffer in that window. Package submitted by Stoned Elipot <Stoned.Elipot@script.jussieu.fr> in pkg/12621
Diffstat (limited to 'x11/xpaste/Makefile')
-rw-r--r--x11/xpaste/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/xpaste/Makefile b/x11/xpaste/Makefile
new file mode 100644
index 00000000000..c22cef37c62
--- /dev/null
+++ b/x11/xpaste/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 20:21:01 zuntum Exp $
+#
+
+DISTNAME= xpaste-1.1
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
+EXTRACT_SUFX= .shar.gz
+
+MAINTAINER= seb@pbox.org
+COMMENT= Display the content of the X11 paste buffer in a window
+
+EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
+
+USE_IMAKE= yes
+
+WRKSRC= ${WRKDIR}
+
+.include "../../mk/bsd.pkg.mk"