blob: a03fda143edff0faf24a36fd97be63c36504bcb3 (
plain) (
blame)
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
30
|
# $FreeBSD$
PORTNAME= pencil2d
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.4
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_GITHUB= yes
USE_QT= core gui multimedia network svg widgets xml buildtools_build
USE_GL= gl
GH_PROJECT= pencil
PLIST_FILES= bin/pencil2d \
share/applications/pencil2d.desktop \
share/bash-completion/completions/pencil2d \
share/icons/hicolor/256x256/apps/pencil2d.png \
share/mime/packages/pencil2d.xml \
share/zsh/site-functions/_pencil2d
.include <bsd.port.mk>
|