pkgsrc/x11/xclip/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

19 lines
458 B
Makefile

# $NetBSD: Makefile,v 1.14 2009/05/19 08:59:39 wiz Exp $
#
DISTNAME= xclip-0.11
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
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"