1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/x11/rofi-wayland/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
396 B
Makefile

DISTVERSION= 1.6.1
DISTVERSIONSUFFIX= ${PKGNAMESUFFIX}
PORTREVISION= 0
PKGNAMESUFFIX= -wayland
MASTERDIR= ${.CURDIR}/../rofi
DISTINFO_FILE= ${.CURDIR}/distinfo
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
GH_ACCOUNT= lbonn
CONFLICTS_INSTALL= ${PORTNAME}
.include "${MASTERDIR}/Makefile"