e293871f28
- take maintainership ChangeLog: https://github.com/NilsBrause/waylandpp/releases
23 lines
500 B
Makefile
23 lines
500 B
Makefile
PORTNAME= waylandpp
|
|
DISTVERSION= 1.0.0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= eduardo@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>
|