ports/devel/libevdev/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

24 lines
606 B
Makefile

PORTNAME= libevdev
PORTVERSION= 1.9.1.20200928
CATEGORIES= devel
#MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/
MAINTAINER= x11@FreeBSD.org
COMMENT= Linux Event Device library
WWW= https://www.freedesktop.org/wiki/Software/libevdev/
LICENSE= MIT # without linux/*.h
LICENSE_FILE= ${WRKSRC}/COPYING
USES= meson pkgconfig python:build shebangfix
USE_LDCONFIG= yes
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_TAGNAME= 6ea230bc72353c54fac628987b87cc1d3b6fd842
MESON_ARGS= -Ddocumentation=disabled -Dtests=disabled
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>