aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-06 15:15:45 +0800
committermharo <mharo@FreeBSD.org>2000-04-06 15:15:45 +0800
commit670e96d7c8188ea54bc871757f8a032a9fe870d7 (patch)
treea3e95b8c8b71f8eeaf2addacfc4b87844ae83268 /audio
parent60730e2db039b568c331efd5e6f0c5ae0624d297 (diff)
downloadfreebsd-ports-gnome-670e96d7c8188ea54bc871757f8a032a9fe870d7.tar.gz
freebsd-ports-gnome-670e96d7c8188ea54bc871757f8a032a9fe870d7.tar.zst
freebsd-ports-gnome-670e96d7c8188ea54bc871757f8a032a9fe870d7.zip
convert to slave port
PR: 17428 Submitted by: maintainer
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity++-gtk/Makefile41
-rw-r--r--audio/timidity++-gtk/pkg-descr4
2 files changed, 5 insertions, 40 deletions
diff --git a/audio/timidity++-gtk/Makefile b/audio/timidity++-gtk/Makefile
index 5f386f9df293..45fe87868701 100644
--- a/audio/timidity++-gtk/Makefile
+++ b/audio/timidity++-gtk/Makefile
@@ -6,43 +6,8 @@
# $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/
+INTERFACE= gtk
-MAINTAINER= yatt@msc.biglobe.ne.jp
+MASTERDIR= ${.CURDIR}/../../audio/timidity++-emacs
-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>
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/timidity++-gtk/pkg-descr b/audio/timidity++-gtk/pkg-descr
index 2dcd5ccb3f9f..4380a40a73c1 100644
--- a/audio/timidity++-gtk/pkg-descr
+++ b/audio/timidity++-gtk/pkg-descr
@@ -3,7 +3,7 @@ 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/
+
+WWW: http://www.goice.co.jp/member/mo/timidity/
Yoichi Asai <yatt@msc.biglobe.ne.jp>