Lines 1-8
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= rofi |
3 |
PORTNAME= rofi |
4 |
PORTVERSION= 0.15.12 |
4 |
PORTVERSION= 1.3.1 |
5 |
CATEGORIES= x11 |
5 |
CATEGORIES= x11 |
|
|
6 |
MASTER_SITES= https://github.com/DaveDavenport/rofi/releases/download/${PORTVERSION}/ |
6 |
|
7 |
|
7 |
MAINTAINER= nomoo@nomoo.ru |
8 |
MAINTAINER= nomoo@nomoo.ru |
8 |
COMMENT= Window switcher, run dialog and dmenu replacement |
9 |
COMMENT= Window switcher, run dialog and dmenu replacement |
Lines 10-33
Link Here
|
10 |
LICENSE= MIT |
11 |
LICENSE= MIT |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
|
13 |
|
13 |
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification |
14 |
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ |
|
|
15 |
libxcb-util.so:x11/xcb-util \ |
16 |
libxkbcommon-x11.so:x11/libxkbcommon \ |
17 |
libxcb-ewmh.so:x11/xcb-util-wm \ |
18 |
libxcb-icccm.so:x11/xcb-util-wm \ |
19 |
libxcb-xrm.so:x11/xcb-util-xrm |
14 |
|
20 |
|
15 |
USE_GITHUB= yes |
21 |
USES= gmake pkgconfig shebangfix |
16 |
GH_ACCOUNT= DaveDavenport |
22 |
USE_GNOME= cairo pango |
|
|
23 |
USE_XORG= xcb |
17 |
|
24 |
|
18 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
19 |
USES= autoreconf gmake pkgconfig shebangfix |
26 |
SHEBANG_FILES= ${WRKSRC}/script/get_git_rev.sh \ |
20 |
SHEBANG_FILES= ${WRKSRC}/script/rofi-sensible-terminal |
27 |
${WRKSRC}/script/rofi-sensible-terminal |
21 |
USE_XORG= x11 xinerama xft |
28 |
bash_CMD= /bin/sh |
22 |
USE_GNOME= pango |
|
|
23 |
|
29 |
|
24 |
OPTIONS_DEFINE= I3 |
30 |
post-patch: |
|
|
31 |
# Fix rofi-theme-selector which assumes we have GNU sed |
32 |
@${REINPLACE_CMD} 's|$${SED} -i |$${SED} -i "" |' \ |
33 |
${WRKSRC}/script/rofi-theme-selector |
25 |
|
34 |
|
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> |
35 |
.include <bsd.port.mk> |