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