summaryrefslogtreecommitdiffstats
path: root/freebsd/dependencies/arts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/dependencies/arts/Makefile')
-rw-r--r--freebsd/dependencies/arts/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/freebsd/dependencies/arts/Makefile b/freebsd/dependencies/arts/Makefile
new file mode 100644
index 000000000..94081666e
--- /dev/null
+++ b/freebsd/dependencies/arts/Makefile
@@ -0,0 +1,36 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../trinity.port.mk>
+
+PORTNAME= arts-trinity
+COMMENT= aRts (analog realtime synthesizer) - the TDE sound system
+TDE_PREVERSION= ~pre5+58dd759f
+MASTER_SITE_SUBDIR= a/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= audio
+DIST_SUBDIR= TDE/dependencies
+
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
+ libasound.so:${PORTSDIR}/audio/alsa-lib \
+ libaudiofile.so:${PORTSDIR}/audio/libaudiofile \
+ libglib-2.0.so:${PORTSDIR}/devel/glib20 \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis \
+ libogg.so:${PORTSDIR}/audio/libogg \
+ libmad.so:${PORTSDIR}/audio/libmad \
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DWITH_GCC_VISIBILITY="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>