freebsd-ports/x11/linux-c7-libxkbcommon/Makefile
Stefan Eßer 60764ff075 Add missing WWW entries
These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.

Reported by:	dan@langille.org (Dan Langille)
2022-09-12 17:29:04 +02:00

18 lines
385 B
Makefile

PORTNAME= libxkbcommon
PORTVERSION= 0.7.1
DISTVERSIONSUFFIX= -3.el7
PORTREVISION= 1
CATEGORIES= x11 linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Keymap handling library (Linux CentOS ${LINUX_DIST_VER})
WWW= https://xkbcommon.org/
USES= cpe linux:c7
CPE_VENDOR= xkbcommon
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>