summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/multimedia/soundkonverter/Makefile
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-04-28 15:26:47 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-04-28 16:43:13 +0200
commit7f1d96cd60f9d6890fed200ce82d88f32007f39a (patch)
treef7269ecba7852debada6f39d2565d405e517e8f1 /freebsd/applications/multimedia/soundkonverter/Makefile
parentb0218c5e3ba43b95b7108c098ed6d27ac2f4a3c4 (diff)
downloadtde-packaging-7f1d96cd60f9d6890fed200ce82d88f32007f39a.tar.gz
tde-packaging-7f1d96cd60f9d6890fed200ce82d88f32007f39a.zip
FreeBSD: Update for final R14.1.2.
Forced C++14 for cases where distribution ports are not ready for C++17. Add ports for several applications. Switch several ports to CMake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/multimedia/soundkonverter/Makefile')
-rw-r--r--freebsd/applications/multimedia/soundkonverter/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/freebsd/applications/multimedia/soundkonverter/Makefile b/freebsd/applications/multimedia/soundkonverter/Makefile
new file mode 100644
index 000000000..b400e4d88
--- /dev/null
+++ b/freebsd/applications/multimedia/soundkonverter/Makefile
@@ -0,0 +1,41 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+# TDE port map: applications/multimedia/soundkonverter
+
+PORTSDIR?=/usr/ports
+.include <${PORTSDIR}/Mk/bsd.trinity.mk>
+
+PORTNAME= soundkonverter-trinity
+COMMENT= audio converter frontend for Trinity
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= s/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= audio x11
+DIST_SUBDIR= TDE/applications/multimedia
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
+ ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
+
+LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
+
+LIB_DEPENDS+=\
+ libtag.so:audio/taglib \
+ libcdda_paranoia.so:audio/cdparanoia \
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON" \
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>