mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
60764ff075
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)
22 lines
532 B
Makefile
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>
|