freebsd-ports/graphics/pencil2d/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

35 lines
919 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
WWW= https://www.pencil2d.org/
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>