blob: c338981d2801b390188b50482e69b0865f602537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= pangolin
DISTVERSIONPREFIX= v
DISTVERSION= 0.5-431
DISTVERSIONSUFFIX= -g86eb497
CATEGORIES= x11-toolkits
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight rapid development library for managing OpenGL display
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
liblz4.so:archivers/liblz4 \
libpng16.so:graphics/png \
libtiff.so:graphics/tiff \
libzstd.so:archivers/zstd
USES= cmake compiler:c++14-lang gl jpeg pkgconfig
USE_GL= gl glew glu
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= stevenlovegrove
GH_PROJECT= Pangolin
LDFLAGS+= -pthread
.include <bsd.port.mk>
|