1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11-toolkits/pangolin/Makefile
Daniel Engberg f7accb23bf */*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
2023-04-27 14:01:46 +02:00

37 lines
866 B
Makefile

PORTNAME= pangolin
DISTVERSIONPREFIX= v
DISTVERSION= 0.8-54
PORTREVISION= 3
DISTVERSIONSUFFIX= -gfe57db53
CATEGORIES= x11-toolkits
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight rapid development library for managing OpenGL display
WWW= https://github.com/stevenlovegrove/Pangolin
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
liblz4.so:archivers/liblz4 \
libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libzstd.so:archivers/zstd \
libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon
USES= cmake compiler:c++17-lang eigen:3 gl jpeg localbase:ldflags pkgconfig xorg
USE_XORG= ice sm x11 xext
USE_GL= gl glew glu
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= stevenlovegrove
GH_PROJECT= Pangolin
CMAKE_OFF= BUILD_PANGOLIN_PYTHON
LDFLAGS+= -pthread
.include <bsd.port.mk>