1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/linux-c7-wayland/Makefile
Bernhard Froehlich caef32f0d6
graphics/linux-c7-wayland: Add CPE information
Approved by:	portmgr (blanket)
2021-08-31 19:50:07 +00:00

21 lines
493 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})
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>