1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/multimedia/libvlcpp/Makefile
Mark Linimon 5defa497e1 multimedia/libvlcpp: add compiler:c++11-lang to USES to fix build on GCC-based systems:
configure: error: *** A compiler with support for C++11 language features is required.
2021-04-11 16:01:03 -05:00

27 lines
559 B
Makefile

PORTNAME= libvlcpp
DISTVERSION= 0.1.0.20210319
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ bindings for libvlc, VLC mediaplayer library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= vlc>0:multimedia/vlc
RUN_DEPENDS= ${LOCALBASE}/include/vlc/vlc.h:multimedia/vlc
USES= autoreconf compiler:c++11-lang gmake pkgconfig
USE_GITLAB= yes
GL_SITE= https://code.videolan.org
GL_ACCOUNT= videolan
GL_COMMIT= 17e622c6a23f685a60451e9611d50e361cee2278
GNU_CONFIGURE= yes
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>