diff options
author | flathill <flathill@FreeBSD.org> | 1999-10-12 16:04:48 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-10-12 16:04:48 +0000 |
commit | e559c3c97c5dbf5ca406b672d7c7b959d28fa810 (patch) | |
tree | 8a586a2a61724554d8dd38d6ac1855719c297801 /audio/timidity++-motif | |
parent | 49e8695af93057315539f15225f312e1f84506c0 (diff) | |
download | FreeBSD-ports-e559c3c97c5dbf5ca406b672d7c7b959d28fa810.zip FreeBSD-ports-e559c3c97c5dbf5ca406b672d7c7b959d28fa810.tar.gz |
PR: ports/12155
Submitted by: yatt@msc.biglobe.ne.jp
Motif interface for TiMidity++.
Diffstat (limited to 'audio/timidity++-motif')
-rw-r--r-- | audio/timidity++-motif/Makefile | 48 | ||||
-rw-r--r-- | audio/timidity++-motif/pkg-comment | 1 | ||||
-rw-r--r-- | audio/timidity++-motif/pkg-descr | 9 | ||||
-rw-r--r-- | audio/timidity++-motif/pkg-plist | 2 |
4 files changed, 60 insertions, 0 deletions
diff --git a/audio/timidity++-motif/Makefile b/audio/timidity++-motif/Makefile new file mode 100644 index 0000000..5f386f9 --- /dev/null +++ b/audio/timidity++-motif/Makefile @@ -0,0 +1,48 @@ +# 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++-gtk-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= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +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 \ + --disable-ncurses --disable-vt100 --disable-tcltk \ + --disable-emacs --disable-xaw --disable-xskin \ + --disable-motif --disable-slang --enable-gtk=dynamic \ + --enable-network --enable-spectrogram --enable-wrd +CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config SHLD="gcc -shared" +.if ${PORTOBJFORMAT} == "elf" +CONFIGURE_ENV+= LDFLAGS=-export-dynamic +.endif + +TIMID_DIR= ${PREFIX}/lib/timidity +LINK= gtkmidi + +do-build: + cd ${WRKSRC}/interface; ${MAKE} + +do-install: + cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} + ${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK} + +.include <bsd.port.post.mk> diff --git a/audio/timidity++-motif/pkg-comment b/audio/timidity++-motif/pkg-comment new file mode 100644 index 0000000..900ea04 --- /dev/null +++ b/audio/timidity++-motif/pkg-comment @@ -0,0 +1 @@ +Gtk interface for TiMidity++. diff --git a/audio/timidity++-motif/pkg-descr b/audio/timidity++-motif/pkg-descr new file mode 100644 index 0000000..2dcd5cc --- /dev/null +++ b/audio/timidity++-motif/pkg-descr @@ -0,0 +1,9 @@ +This port allows you to operate TiMidity++ with Gtk 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++-motif/pkg-plist b/audio/timidity++-motif/pkg-plist new file mode 100644 index 0000000..ac4e28e --- /dev/null +++ b/audio/timidity++-motif/pkg-plist @@ -0,0 +1,2 @@ +bin/gtkmidi +lib/timidity/interface_g.so |