freebsd-ports/graphics/linux-c7-wayland/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

22 lines
532 B
Makefile

PORTNAME= wayland
PORTVERSION= 1.15.0
DISTVERSIONSUFFIX= -1.el7
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Wayland compositor libraries (Linux CentOS ${LINUX_DIST_VER})
WWW= https://wayland.freedesktop.org/
USES= cpe linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= libwayland-client-${DISTVERSIONFULL} \
libwayland-cursor-${DISTVERSIONFULL} \
libwayland-egl-${DISTVERSIONFULL} \
libwayland-server-${DISTVERSIONFULL}
DESCR= ${.CURDIR}/../wayland/pkg-descr
.include <bsd.port.mk>