summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1999-10-12 16:36:59 +0000
committerflathill <flathill@FreeBSD.org>1999-10-12 16:36:59 +0000
commit3fdf51e55230b050c31eeab8fa94791c0abbeef5 (patch)
treecdf807283499f087cb184765b25fbee1d5352e55 /audio
parentbafcd838d45179b08d64c7e70112fb6af8c00472 (diff)
downloadFreeBSD-ports-3fdf51e55230b050c31eeab8fa94791c0abbeef5.zip
FreeBSD-ports-3fdf51e55230b050c31eeab8fa94791c0abbeef5.tar.gz
PR: ports/12154
Submitted by: yatt@msc.biglobe.ne.jp Slang interface for TiMidity++.
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity++-slang/Makefile45
-rw-r--r--audio/timidity++-slang/pkg-comment1
-rw-r--r--audio/timidity++-slang/pkg-descr9
-rw-r--r--audio/timidity++-slang/pkg-plist1
4 files changed, 56 insertions, 0 deletions
diff --git a/audio/timidity++-slang/Makefile b/audio/timidity++-slang/Makefile
new file mode 100644
index 0000000..f08559c
--- /dev/null
+++ b/audio/timidity++-slang/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: TiMidity++
+# Version required: 1.3.10
+# Date created: 27 Feb 1999
+# Whom: Yoichi Asai <yatt@msc.biglobe.ne.jp>
+#
+# $FreeBSD$
+#
+
+DISTNAME= TiMidity++-1.3.10
+PKGNAME= timidity++-slang-1.3.10
+CATEGORIES= audio
+MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/
+
+MAINTAINER= yatt@msc.biglobe.ne.jp
+
+RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++
+LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
+
+USE_XLIB= yes
+USE_AUTOCONF= yes
+
+FILESDIR= ${.CURDIR}/../../audio/timidity++/files
+
+DIST_SUBDIR= timidity
+
+.include <bsd.port.pre.mk>
+
+CONFIGURE_ARGS= --prefix=${PREFIX} --with-x \
+ --enable-ncurses --disable-vt100 --disable-tcltk \
+ --disable-emacs --disable-xaw --disable-xskin \
+ --disable-motif --enable-slang=dynamic --disable-gtk \
+ --enable-network --enable-spectrogram --enable-wrd
+.if ${PORTOBJFORMAT} == "elf"
+CONFIGURE_ENV= LDFLAGS=-export-dynamic
+.endif
+
+TIMID_DIR= ${PREFIX}/lib/timidity
+
+do-build:
+ cd ${WRKSRC}/interface; ${MAKE}
+
+do-install:
+ cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET}
+
+.include <bsd.port.post.mk>
diff --git a/audio/timidity++-slang/pkg-comment b/audio/timidity++-slang/pkg-comment
new file mode 100644
index 0000000..0970631
--- /dev/null
+++ b/audio/timidity++-slang/pkg-comment
@@ -0,0 +1 @@
+Slang interface for TiMidity++.
diff --git a/audio/timidity++-slang/pkg-descr b/audio/timidity++-slang/pkg-descr
new file mode 100644
index 0000000..b0d1d7d
--- /dev/null
+++ b/audio/timidity++-slang/pkg-descr
@@ -0,0 +1,9 @@
+This port allows you to operate TiMidity++ with Slang interface.
+
+Formerly, the original version of this program was written by Tuuka
+Toivonen(until version 0.2i).
+Now, Masanao Izumo and many hackers are developing "TiMidity++".
+Official site is
+http://www.goice.co.jp/member/mo/timidity/
+
+Yoichi Asai <yatt@msc.biglobe.ne.jp>
diff --git a/audio/timidity++-slang/pkg-plist b/audio/timidity++-slang/pkg-plist
new file mode 100644
index 0000000..a4026b9
--- /dev/null
+++ b/audio/timidity++-slang/pkg-plist
@@ -0,0 +1 @@
+lib/timidity/interface_s.so
OpenPOWER on IntegriCloud