1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11/evtest/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

34 lines
785 B
Makefile

PORTNAME= evtest
DISTVERSION= 1.35
CATEGORIES= x11
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Input device event monitor and query tool
WWW= https://gitlab.freedesktop.org/libevdev/evtest
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
LIB_DEPENDS= libevdev.so:devel/libevdev
USES= autoreconf localbase
GNU_CONFIGURE= yes
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org/
GL_ACCOUNT= libevdev
GL_TAGNAME= da347a8f88d2e5729dd12d61ee9743f902065b55
CFLAGS+= -DPACKAGE_VERSION=${PKGVERSION}
PLIST_FILES= bin/evtest
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT= MANPAGES
MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \
xmlto:textproc/xmlto
MANPAGES_PLIST_FILES= man/man1/evtest.1.gz
.include <bsd.port.mk>