freebsd-ports/graphics/pencil2d/Makefile
Yuri Victorovich d59e3555d4 graphics/pencil2d: Fix build failure: Unknown module(s) in QT: testlib
Also remove unnecessary dependency on the Qt component network.

PR:		257279
Reported by:	Robert Cina <transitive@gmail.com>
2021-07-23 00:53:00 -07:00

33 lines
887 B
Makefile

PORTNAME= pencil2d
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.6
PORTREVISION= 2
CATEGORIES= graphics math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Easy and intuitive tool to make 2D hand-drawn animations
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
USES= compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 \
shared-mime-info
USE_QT= core gui multimedia svg testlib widgets xml xmlpatterns buildtools_build
USE_GL= gl
USE_GITHUB= yes
GH_PROJECT= pencil
QMAKE_ARGS= NO_TESTS=1
PLIST_FILES= bin/pencil2d \
share/applications/org.pencil2d.Pencil2D.desktop \
share/bash-completion/completions/pencil2d \
share/icons/hicolor/256x256/apps/org.pencil2d.Pencil2D.png \
share/metainfo/org.pencil2d.Pencil2D.metainfo.xml \
share/mime/packages/org.pencil2d.Pencil2D.xml \
share/zsh/site-functions/_pencil2d
.include <bsd.port.mk>