1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/graphics/waylandpp/Makefile
2019-10-31 08:59:55 +00:00

26 lines
511 B
Makefile

# $FreeBSD$
PORTNAME= waylandpp
DISTVERSION= 0.2.7
CATEGORIES= graphics
MAINTAINER= tobik@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>