mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
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
24 lines
606 B
Makefile
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>
|