diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-06 07:13:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-06 07:13:39 +0000 |
commit | 6664829276dff8b3e842f0e3e504806a46174223 (patch) | |
tree | 4177542f00a1b988c30820a15736f35bca6fb304 | |
parent | d1335039fc8361f15c2ef6c879cd00c113ff02a6 (diff) | |
download | ports-6664829276dff8b3e842f0e3e504806a46174223.tar.gz ports-6664829276dff8b3e842f0e3e504806a46174223.zip |
make this into a slave port
PR: 17356
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=27358
-rw-r--r-- | audio/timidity++-slang/Makefile | 38 | ||||
-rw-r--r-- | audio/timidity++-slang/pkg-descr | 4 |
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> |