eb3a1388af
This tool shows a borderless GTK window with various buttons in depending on the current X11 selection. It's configured by a ".gselt" file in your $HOME directory.
19 lines
459 B
Makefile
19 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/10/22 22:30:40 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gselt-1.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://offog.org/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://offog.org/code/gselt.html
|
|
COMMENT= Display a menu of actions that can be done with an X selection
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|