pkgsrc/x11/xclip/Makefile
wiz 21df12babc Update to 0.12, provided by Leonardo Taccari in PR 48772.
Changes:
 o Build fixes: Check for Xmu and Xt
 o The version number has been corrected.
 o Man pages are now available (xclip-copyfile.1). Contributed by
   Maximilian Gass.
2014-04-30 06:25:54 +00:00

16 lines
421 B
Makefile

# $NetBSD: Makefile,v 1.18 2014/04/30 06:25:54 wiz Exp $
DISTNAME= xclip-0.12
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xclip/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/xclip/
COMMENT= Command line interface to the X windows clipboard
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"