aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-06 07:15:45 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-06 07:15:45 +0000
commit8a4fe6855169f6093d8f3a980160d0dc2a5d0e39 (patch)
treea14fbb99cd3627ec1278dc1f439bd0562c299b46
parente88e5ca6e22997abae56cec9596af77be31af2fa (diff)
downloadports-8a4fe6855169f6093d8f3a980160d0dc2a5d0e39.tar.gz
ports-8a4fe6855169f6093d8f3a980160d0dc2a5d0e39.zip
convert to slave port
PR: 17428 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=27360
-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>