blob: b6618c9ba09a85dd29d0904dd0212090fe2b9549 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $FreeBSD$
PORTNAME= rofi
PORTVERSION= 0.14.12
CATEGORIES= x11
MASTER_SITES= GHL
MAINTAINER= nomoo@nomoo.ru
COMMENT= Window switcher, run dialog and dmenu replacement
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= DaveDavenport
GH_COMMIT= 9b33197
GH_TAGNAME= 0.14.12
GNU_CONFIGURE= yes
USES= autoreconf pkgconfig
USE_XORG= x11 xinerama
USE_GNOME= pango
PLIST_FILES= bin/rofi man/man1/rofi.1.gz
.include <bsd.port.mk>
|