freebsd-ports/x11/rofi/Makefile
Tobias Kortkamp 4f6203b803 x11/rofi: Update to 1.5.2
- While here add missing USES=gnome

Changes:	https://github.com/DaveDavenport/rofi/releases/tag/1.5.2
PR:		234502
Submitted by:	gregf@hugops.pw
Approved by:	nomoo@nomoo.ru (maintainer)
2018-12-30 18:27:32 +00:00

38 lines
1 KiB
Makefile

# $FreeBSD$
PORTNAME= rofi
DISTVERSION= 1.5.2
CATEGORIES= x11
MASTER_SITES= https://github.com/DaveDavenport/rofi/releases/download/${PORTVERSION}/
MAINTAINER= nomoo@nomoo.ru
COMMENT= Window switcher, run dialog and dmenu replacement
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= checkmk:devel/check \
${LOCALBASE}/bin/flex:textproc/flex
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
libxcb-ewmh.so:x11/xcb-util-wm \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-util.so:x11/xcb-util \
libxcb-xrm.so:x11/xcb-util-xrm \
libxkbcommon-x11.so:x11/libxkbcommon
USES= bison gmake gnome libtool pkgconfig shebangfix
USE_GNOME= cairo gdkpixbuf2 librsvg2 pango
USE_XORG= xcb
GNU_CONFIGURE= yes
CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex"
SHEBANG_FILES= script/get_git_rev.sh \
script/rofi-sensible-terminal
bash_CMD= /bin/sh
post-patch:
# Fix rofi-theme-selector which assumes we have GNU sed
@${REINPLACE_CMD} 's|$${SED} -i |$${SED} -i "" |' \
${WRKSRC}/script/rofi-theme-selector
.include <bsd.port.mk>