2017-02-12 07:24:36 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2017/02/12 06:26:15 ryoon Exp $
|
2016-06-12 22:31:10 +02:00
|
|
|
|
|
|
|
DISTNAME= rofi-1.0.1
|
2017-02-12 07:24:36 +01:00
|
|
|
PKGREVISION= 2
|
2016-06-12 22:31:10 +02:00
|
|
|
CATEGORIES= x11
|
2016-06-13 00:57:58 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=DaveDavenport/}
|
|
|
|
# We need to specify this way to get submodules fetched
|
|
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
2016-06-12 22:31:10 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://davedavenport.github.io/rofi/
|
|
|
|
COMMENT= Window switcher, run dialog and dmenu replacement
|
|
|
|
LICENSE= x11
|
|
|
|
|
|
|
|
USE_TOOLS+= pkg-config bash
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
REPLACE_BASH+= script/rofi-sensible-terminal
|
|
|
|
|
2016-06-14 01:03:42 +02:00
|
|
|
.include "options.mk"
|
2016-06-12 22:31:10 +02:00
|
|
|
|
|
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
|
|
.include "../../x11/libxkbcommon/buildlink3.mk"
|
|
|
|
.include "../../x11/xcb-util/buildlink3.mk"
|
|
|
|
.include "../../x11/xcb-util-wm/buildlink3.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|