pkgsrc/x11/xpaste/Makefile

22 lines
517 B
Makefile
Raw Normal View History

2009-07-07 18:49:05 +02:00
# $NetBSD: Makefile,v 1.15 2009/07/07 16:58:02 joerg Exp $
#
DISTNAME= xpaste-1.1
PKGREVISION= 4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
EXTRACT_SUFX= .shar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Display the content of the X11 paste buffer in a window
2004-01-06 08:17:03 +01:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
2009-07-07 18:49:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
2004-01-06 08:17:03 +01:00
WRKSRC= ${WRKDIR}
USE_IMAKE= yes
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"