summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-06 07:13:39 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-06 07:13:39 +0000
commit6664829276dff8b3e842f0e3e504806a46174223 (patch)
tree4177542f00a1b988c30820a15736f35bca6fb304 /audio
parentmake this into a slave port depending on timidity++-emacs (diff)
make this into a slave port
PR: 17356 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=27358
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity++-slang/Makefile38
-rw-r--r--audio/timidity++-slang/pkg-descr4
2 files changed, 5 insertions, 37 deletions
diff --git a/audio/timidity++-slang/Makefile b/audio/timidity++-slang/Makefile
index f08559c03e4f..472ef34ce95f 100644
--- a/audio/timidity++-slang/Makefile
+++ b/audio/timidity++-slang/Makefile
@@ -6,40 +6,8 @@
# $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/
+INTERFACE= slang
-MAINTAINER= yatt@msc.biglobe.ne.jp
+MASTERDIR= ${.CURDIR}/../../audio/timidity++-emacs
-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>
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/timidity++-slang/pkg-descr b/audio/timidity++-slang/pkg-descr
index b0d1d7d8a004..5d1fe07fd2f8 100644
--- a/audio/timidity++-slang/pkg-descr
+++ b/audio/timidity++-slang/pkg-descr
@@ -3,7 +3,7 @@ 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/
+
+WWW: http://www.goice.co.jp/member/mo/timidity/
Yoichi Asai <yatt@msc.biglobe.ne.jp>