1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/sysutils/conky-awesome/Makefile
Guido Falsi 8dfb91e5aa sysutils/conky-awesome: Disable new master port option MOUSE_EVENTS
The MOUSE_EVENTS option depends on X11 support.
2023-01-01 21:57:15 +01:00

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"