freebsd-ports/x11/wev/Makefile
Niclas Zeising a8d9df7e30 Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
2020-09-28 19:59:57 +00:00

32 lines
792 B
Makefile

# $FreeBSD$
PORTNAME= wev
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
PATCH_SITES= https://git.sr.ht/~sircmpwn/${PORTNAME}/commit/
PATCHFILES+= 0be512fb7058.patch:-p1
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Wayland event viewer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>0:graphics/wayland-protocols \
scdoc:textproc/scdoc
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon
USES= compiler:c11 gmake pkgconfig
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} -e 's/ -lrt//' ${WRKSRC}/Makefile
.include <bsd.port.mk>