aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rofi/Makefile
blob: 8490d726a197cd03ef5795a5d45f722b19e32384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $FreeBSD$

PORTNAME=   rofi
PORTVERSION=    0.15.12
CATEGORIES= x11

MAINTAINER= nomoo@nomoo.ru
COMMENT=    Window switcher, run dialog and dmenu replacement

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libstartup-notification-1.so:x11/startup-notification

USE_GITHUB= yes
GH_ACCOUNT= DaveDavenport

GNU_CONFIGURE=  yes
USES=       autoreconf gmake pkgconfig shebangfix
SHEBANG_FILES=  ${WRKSRC}/script/rofi-sensible-terminal
USE_XORG=   x11 xinerama xft
USE_GNOME=  pango

OPTIONS_DEFINE= I3

I3_DESC=    I3 support
I3_BUILD_DEPENDS=   i3:x11-wm/i3
I3_CFLAGS=  -I${LOCALBASE}/include

PLIST_FILES=    bin/rofi bin/rofi-sensible-terminal man/man1/rofi.1.gz \
        man/man1/rofi-sensible-terminal.1.gz

.include <bsd.port.mk>