aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2023-03-04 14:34:16 +0000
committerThomas Zander <riggs@FreeBSD.org>2023-03-04 16:45:50 +0000
commit435d3d3bc31e7471a08f708dc8dd0ddb1b3876d2 (patch)
treeac2fce55ef8687e78ffc931d44d9d15d8b40308d /multimedia/mkvtoolnix
parent493b4f45215de3f5058f91d719b98d059404a33f (diff)
downloadports-435d3d3bc31e7471a08f708dc8dd0ddb1b3876d2.tar.gz
ports-435d3d3bc31e7471a08f708dc8dd0ddb1b3876d2.zip
multimedia/mkvtoolnix-nox11: Add mkvtoolnix without GUI variant
Details: The default mkvtoolnix package comes with a large number of x11 related dependencies. Without UI, the tools still provide very useful functionality, and are well suited for headless systems. Having a -nox11 instance of the port allows to provide an official GUI-free package.
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r--multimedia/mkvtoolnix/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile
index 1ed41fda99ad..8294be130eda 100644
--- a/multimedia/mkvtoolnix/Makefile
+++ b/multimedia/mkvtoolnix/Makefile
@@ -1,8 +1,10 @@
PORTNAME= mkvtoolnix
PORTVERSION= 74.0.0
+PORTREVISION?= 1
CATEGORIES= multimedia audio
MASTER_SITES= https://www.bunkus.org/videotools/mkvtoolnix/sources/ \
https://mkvtoolnix.download/sources/
+PKGNAMESUFFIX= ${SFX}
MAINTAINER= riggs@FreeBSD.org
COMMENT= Tools to extract from/get info about/create Matroska media streams
@@ -28,6 +30,8 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \
USES= compiler:c++17-lang iconv localbase pkgconfig qmake:no_env qt:5 tar:xz
USE_QT= buildtools:build concurrent core linguisttools:build multimedia svg
+CONFLICTS= mkvtoolnix-nox11
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-boost=${LOCALBASE} \
--with-docbook-xsl-root=${PREFIX}/share/xsl/docbook \