freebsd-ports/graphics/pencil2d/Makefile
Yuri Victorovich 95ef208b90 graphics/pencil2d: Update 0.6.2-63 -> 0.6.3
Reported by:	portscout
2019-03-19 04:44:39 +00:00

30 lines
754 B
Makefile

# $FreeBSD$
PORTNAME= pencil2d
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.3
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>