diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-06 15:13:39 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-06 15:13:39 +0800 |
commit | 3e73e60f8c1308fe1b1559ab1e69afaaebd0cd1a (patch) | |
tree | 15ec735cde6dcb2310765aeb9db2625942cbfa98 | |
parent | 581be9a98f9c88205014a9ef190510a1106be29b (diff) | |
download | freebsd-ports-gnome-3e73e60f8c1308fe1b1559ab1e69afaaebd0cd1a.tar.gz freebsd-ports-gnome-3e73e60f8c1308fe1b1559ab1e69afaaebd0cd1a.tar.zst freebsd-ports-gnome-3e73e60f8c1308fe1b1559ab1e69afaaebd0cd1a.zip |
make this into a slave port
PR: 17356
Submitted by: maintainer
-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> |