|
Lines 1-8
Link Here
|
| 1 |
# $FreeBSD: head/x11/rofi/Makefile 412351 2016-04-01 14:33:55Z mat $ |
1 |
# $FreeBSD: head/x11/rofi/Makefile 412351 2016-04-01 14:33:55Z mat $ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= rofi |
3 |
PORTNAME= rofi |
| 4 |
PORTVERSION= 0.15.12 |
4 |
PORTVERSION= 1.1.0 |
| 5 |
CATEGORIES= x11 |
5 |
CATEGORIES= x11 |
|
|
6 |
MASTER_SITES = https://github.com/DaveDavenport/${PORTNAME}/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-23
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 \ |
| 14 |
|
15 |
libxcb-xrm.so:x11/xcb-util-xrm \ |
| 15 |
USE_GITHUB= yes |
16 |
libxcb-icccm.so:x11/xcb-util-wm |
| 16 |
GH_ACCOUNT= DaveDavenport |
17 |
|
| 17 |
|
18 |
GNU_CONFIGURE= yes |
| 18 |
GNU_CONFIGURE= yes |
19 |
USES= gmake pkgconfig shebangfix |
| 19 |
USES= autoreconf gmake pkgconfig shebangfix |
20 |
SHEBANG_FILES= ${WRKSRC}/script/rofi-sensible-terminal |
| 20 |
SHEBANG_FILES= ${WRKSRC}/script/rofi-sensible-terminal |
|
|
| 21 |
USE_XORG= x11 xinerama xft |
21 |
USE_XORG= x11 xinerama xft |
| 22 |
USE_GNOME= pango |
22 |
USE_GNOME= pango |
| 23 |
|
23 |
|
|
Lines 27-33
Link Here
|
| 27 |
I3_BUILD_DEPENDS= i3:x11-wm/i3 |
27 |
I3_BUILD_DEPENDS= i3:x11-wm/i3 |
| 28 |
I3_CFLAGS= -I${LOCALBASE}/include |
28 |
I3_CFLAGS= -I${LOCALBASE}/include |
| 29 |
|
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> |
30 |
.include <bsd.port.mk> |