Tweak x11/cinnamon-menus version 2.4.1
[dports.git] / x11 / rofi / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       rofi
4 PORTVERSION=    0.15.12
5 CATEGORIES=     x11
6
7 MAINTAINER=     nomoo@nomoo.ru
8 COMMENT=        Window switcher, run dialog and dmenu replacement
9
10 LICENSE=        MIT
11 LICENSE_FILE=   ${WRKSRC}/COPYING
12
13 LIB_DEPENDS=    libstartup-notification-1.so:x11/startup-notification
14
15 USE_GITHUB=     yes
16 GH_ACCOUNT=     DaveDavenport
17
18 GNU_CONFIGURE=  yes
19 USES=           autoreconf gmake pkgconfig shebangfix
20 SHEBANG_FILES=  ${WRKSRC}/script/rofi-sensible-terminal
21 USE_XORG=       x11 xinerama xft
22 USE_GNOME=      pango
23
24 OPTIONS_DEFINE= I3
25
26 I3_DESC=        I3 support
27 I3_BUILD_DEPENDS=       i3:x11-wm/i3
28 I3_CFLAGS=      -I${LOCALBASE}/include
29
30 PLIST_FILES=    bin/rofi bin/rofi-sensible-terminal man/man1/rofi.1.gz \
31                 man/man1/rofi-sensible-terminal.1.gz
32
33 .include <bsd.port.mk>