2015-01-21 12:06:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rofi
|
2016-02-20 12:23:40 +01:00
|
|
|
PORTVERSION= 0.15.12
|
2015-01-21 12:06:08 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= nomoo@nomoo.ru
|
|
|
|
COMMENT= Window switcher, run dialog and dmenu replacement
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-06-01 20:17:13 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2015-01-21 12:06:08 +01:00
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
|
2015-12-13 02:14:38 +01:00
|
|
|
|
2015-01-21 12:06:08 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= DaveDavenport
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2015-12-13 02:14:38 +01:00
|
|
|
USES= autoreconf gmake pkgconfig shebangfix
|
|
|
|
SHEBANG_FILES= ${WRKSRC}/script/rofi-sensible-terminal
|
2015-04-09 10:53:42 +02:00
|
|
|
USE_XORG= x11 xinerama xft
|
2015-01-21 12:06:08 +01:00
|
|
|
USE_GNOME= pango
|
|
|
|
|
2015-12-13 02:14:38 +01:00
|
|
|
OPTIONS_DEFINE= I3
|
|
|
|
|
|
|
|
I3_DESC= I3 support
|
2016-04-01 16:33:55 +02:00
|
|
|
I3_BUILD_DEPENDS= i3:x11-wm/i3
|
2016-02-20 09:12:24 +01:00
|
|
|
I3_CFLAGS= -I${LOCALBASE}/include
|
2015-12-13 02:14:38 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/rofi bin/rofi-sensible-terminal man/man1/rofi.1.gz \
|
|
|
|
man/man1/rofi-sensible-terminal.1.gz
|
2015-01-21 12:06:08 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|