freebsd-ports/graphics/waylandpp/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

24 lines
514 B
Makefile

PORTNAME= waylandpp
DISTVERSION= 0.2.8
PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
COMMENT= Wayland C++ bindings
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpugixml.so:textproc/pugixml \
libwayland-egl.so:graphics/wayland
USES= cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= NilsBrause
USE_GL= egl
USE_LDCONFIG= yes
CMAKE_OFF= BUILD_DOCUMENTATION BUILD_EXAMPLES
PLIST_SUB= SOVERSION=${DISTVERSION}
.include <bsd.port.mk>