pkgsrc/x11/xpaste/Makefile
zuntum c73ca4fa7d 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
2001-04-16 20:21:01 +00:00

18 lines
389 B
Makefile

# $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"