Lines 4-16
DISTVERSION= 1.5.0
Link Here
|
4 |
CATEGORIES= multimedia |
4 |
CATEGORIES= multimedia |
5 |
|
5 |
|
6 |
MAINTAINER= kde@FreeBSD.org |
6 |
MAINTAINER= kde@FreeBSD.org |
7 |
COMMENT= 2D animation software |
7 |
COMMENT= Open-source full-featured 2D animation creation software |
8 |
|
8 |
|
|
|
9 |
LICENSE= GPLv2+ |
9 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
10 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
10 |
|
11 |
|
11 |
BUILD_DEPENDS= boost-libs>0:devel/boost-libs |
12 |
BUILD_DEPENDS= boost-libs>0:devel/boost-libs |
12 |
LIB_DEPENDS= libgslcblas.so:math/gsl \ |
13 |
LIB_DEPENDS= libfreetype.so:print/freetype2 \ |
13 |
libjson-c.so:devel/json-c \ |
|
|
14 |
liblz4.so:archivers/liblz4 \ |
14 |
liblz4.so:archivers/liblz4 \ |
15 |
liblzo2.so:archivers/lzo2 \ |
15 |
liblzo2.so:archivers/lzo2 \ |
16 |
libmypaint.so:graphics/libmypaint \ |
16 |
libmypaint.so:graphics/libmypaint \ |
Lines 18-33
LIB_DEPENDS= libgslcblas.so:math/gsl \
Link Here
|
18 |
libpng.so:graphics/png \ |
18 |
libpng.so:graphics/png \ |
19 |
libsuperlu.so:math/superlu \ |
19 |
libsuperlu.so:math/superlu \ |
20 |
libturbojpeg.so:graphics/libjpeg-turbo |
20 |
libturbojpeg.so:graphics/libjpeg-turbo |
|
|
21 |
RUN_DEPENDS= ${LOCALBASE}/bin/ffprobe:multimedia/ffmpeg |
21 |
|
22 |
|
22 |
USES= cmake:noninja compiler:c++11-lang gettext-runtime gl \ |
23 |
USES= blaslapack:openblas cmake:noninja compiler:c++11-lang \ |
23 |
gnome jpeg pkgconfig qt:5 |
24 |
desktop-file-utils gl jpeg localbase pkgconfig qt:5 |
24 |
USE_GITHUB= yes |
25 |
USE_GITHUB= yes |
25 |
USE_GL= gl glew glu glut |
26 |
USE_GL= gl glew glu glut |
26 |
USE_GNOME= glib20 |
|
|
27 |
USE_QT= core gui multimedia network opengl printsupport \ |
27 |
USE_QT= core gui multimedia network opengl printsupport \ |
28 |
script serialport svg widgets xml \ |
28 |
script serialport svg widgets xml \ |
29 |
buildtools_build linguisttools_build qmake_build |
29 |
buildtools_build linguisttools_build qmake_build |
30 |
|
30 |
CMAKE_ARGS= -DWITH_SYSTEM_LZO:BOOL=ON \ |
|
|
31 |
-DWITH_SYSTEM_SUPERLU:BOOL=ON |
31 |
CMAKE_SOURCE_PATH= ${WRKSRC}/toonz/sources |
32 |
CMAKE_SOURCE_PATH= ${WRKSRC}/toonz/sources |
|
|
33 |
INSTALLS_ICONS= yes |
34 |
|
35 |
.include <bsd.port.options.mk> |
36 |
|
37 |
.if defined(WITH_DEBUG) |
38 |
CXXFLAGS+= -DDEBUG -g3 -ggdb |
39 |
.else |
40 |
CXXFLAGS+= -DNDEBUG |
41 |
.endif |
42 |
|
43 |
post-extract: |
44 |
${FIND} ${WRKSRC} -name '*.gitkeep' -delete |
45 |
|
32 |
|
46 |
|
33 |
.include <bsd.port.mk> |
47 |
.include <bsd.port.mk> |