summaryrefslogtreecommitdiff
path: root/x11/xclip/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-03-08 20:42:02 +0000
committertnn <tnn@pkgsrc.org>2008-03-08 20:42:02 +0000
commitd3cf145227aca5839a1d8c781ff4dee1452edee2 (patch)
treec2632501960904b5348eb52582504b48c640a8ff /x11/xclip/Makefile
parent2029866a8dbffe6fd9ef9062e30ca70544ee60e6 (diff)
downloadpkgsrc-d3cf145227aca5839a1d8c781ff4dee1452edee2.tar.gz
PR pkg/38200: Sergey Svishchev: Update x11/xclip to 0.10.
(also add DESTDIR support) Version 0.10 (Peter Astrand) The performance has been greatly enhanced, especially over slow networks. Two helper scripts, xclip-copyfile and xclip-pastefile, has been added. Taken together, xclip can now be used as an alternative to sftp/scp, thus avoiding password prompt when X11 forwarding has already been setup. Autoconf is now used instead of Imake. The maintainer and web site address has been updated. All Debian patches have been applied. Version 0.09: (Baruch Even) Changed dir to / when staying running so that the current directory can be umounted if necessary.
Diffstat (limited to 'x11/xclip/Makefile')
-rw-r--r--x11/xclip/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile
index 0f020a8fccc..d307f14d78c 100644
--- a/x11/xclip/Makefile
+++ b/x11/xclip/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.11 2007/06/08 17:49:54 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/03/08 20:42:02 tnn Exp $
#
-DISTNAME= xclip-0.08
-PKGREVISION= 3
+DISTNAME= xclip-0.10
CATEGORIES= x11
-MASTER_SITES= http://people.debian.org/~kims/xclip/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xclip/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://people.debian.org/~kims/xclip/
+HOMEPAGE= http://sourceforge.net/projects/xclip/
COMMENT= Command line interface to the X windows clipboard
-WRKSRC= ${WRKDIR}/xclip
-USE_IMAKE= YES
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= YES
+USE_TOOLS+= gmake
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"