Files
ports/graphics/waylandpp/Makefile
T
Tobias Kortkamp f35841a5de Reset MAINTAINER
2020-09-28 05:05:24 +00:00

26 lines
511 B
Makefile

# $FreeBSD$
PORTNAME= waylandpp
DISTVERSION= 0.2.8
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>