20 lines
470 B
Makefile
20 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/11/01 06:02:52 sbd Exp $
|
|
#
|
|
|
|
DISTNAME= gselt-1.2
|
|
PKGREVISION= 6
|
|
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"
|