mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
8dfb91e5aa
The MOUSE_EVENTS option depends on X11 support.
15 lines
374 B
Makefile
15 lines
374 B
Makefile
PKGNAMESUFFIX= -awesome
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Advanced, highly configurable system monitor (configured for x11-wm/awesome)
|
|
|
|
MASTERDIR= ${.CURDIR}/../conky
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
CONFLICTS= conky
|
|
|
|
OPTIONS_EXCLUDE= X11 ARGB DOUBLE_BUFFER IMLIB2 MOUSE_EVENTS XFT XINERAMA LUA_CAIRO \
|
|
LUA_IMLIB2 LUA_RSVG WAYLAND
|
|
|
|
.include "${MASTERDIR}/Makefile"
|