aboutsummaryrefslogtreecommitdiff
path: root/graphics/glaxnimate/Makefile
blob: 1d55007fc666c41093c252f225c46534c12b3262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	glaxnimate
DISTVERSION=	0.6.0
MASTER_SITES=	KDE/stable/glaxnimate/${DISTVERSION}/
CATEGORIES=	graphics kde

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Simple vector animation program
WWW=		https://apps.kde.org/glaxnimate/

BUILD_DEPENDS=	pip:devel/py-pip@${PY_FLAVOR}
LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
		libpotrace.so:graphics/libpotrace

USES=		cmake compiler:c++17-lang gettext-tools gl kde:6 libarchive \
		python qt:6 tar:xz
USE_GL=		gl
USE_QT=		base svg tools
USE_KDE=	archive breeze-icons colorscheme completion config configwidgets \
		coreaddons crash guiaddons i18n iconthemes widgetsaddons xmlgui \
		ecm:build

.include <bsd.port.mk>