freebsd-ports/x11/rofi/Makefile
Jason Unovitch c5a6d28f98 x11/rofi: update 0.15.7 -> 0.15.11
- Update PORTVERSION, PLIST_FILES, SHEBANG_FILES, and distinfo 0.15.11
- LIB_DEPENDS: Add x11/startup-notification
- USES: Sort and add shebangfix
- Add I3 support option

PR:		204675
Submitted by:	nomoo@nomoo.ru (maintainer) (with several changes)
2015-12-13 01:14:38 +00:00

33 lines
740 B
Makefile

# $FreeBSD$
PORTNAME= rofi
PORTVERSION= 0.15.11
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:${PORTSDIR}/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:${PORTSDIR}/x11-wm/i3
I3_CFLAGS= -I${LOCALBASE}/include/i3
PLIST_FILES= bin/rofi bin/rofi-sensible-terminal man/man1/rofi.1.gz \
man/man1/rofi-sensible-terminal.1.gz
.include <bsd.port.mk>