1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
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

33 lines
865 B
Makefile

PORTNAME= olive
DISTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= multimedia
PKGNAMESUFFIX= -video-editor
MAINTAINER= yuri@FreeBSD.org
COMMENT= NLE (nonlinear) video editor
WWW= https://www.olivevideoeditor.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= frei0r>0:graphics/frei0r
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libOpenColorIO.so:graphics/opencolorio
RUN_DEPENDS= frei0r>0:graphics/frei0r
USES= dos2unix qmake compiler:c++11-lang desktop-file-utils gl pkgconfig qt:5 shared-mime-info
USE_GITHUB= yes
GH_ACCOUNT= olive-editor
DOS2UNIX_FILES= olive.pro \
ui/graphview.cpp \
ui/timelineheader.cpp
USE_QT= core gui multimedia network opengl svg widgets buildtools:build linguisttools:build
USE_GL= gl
DATADIR= ${PREFIX}/share/olive-editor
PORTSCOUT= limit:^.*[1-9]\..* # prevent tags like 20181223
.include <bsd.port.mk>