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
24 lines
514 B
Makefile
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>
|