mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
PR: ports/12151
Submitted by: yatt@msc.biglobe.ne.jp Emacs interface for TiMidity++.
This commit is contained in:
parent
e0ce54d301
commit
074b71369a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22378
46
audio/timidity++-emacs/Makefile
Normal file
46
audio/timidity++-emacs/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# 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++-emacs-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++
|
||||
|
||||
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 \
|
||||
--enable-emacs=dynamic --disable-xaw --disable-xskin \
|
||||
--disable-motif --disable-slang --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}
|
||||
${INSTALL_DATA} ${WRKSRC}/interface/timidity.el ${TIMID_DIR}
|
||||
@cat ${PKGDIR}/MESSAGE
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
audio/timidity++-emacs/pkg-comment
Normal file
1
audio/timidity++-emacs/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Emacs interface for TiMidity++.
|
10
audio/timidity++-emacs/pkg-descr
Normal file
10
audio/timidity++-emacs/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This port allows you to operate TiMidity++ on Emacs buffer.
|
||||
Please place timidity.el on load-path.
|
||||
|
||||
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>
|
10
audio/timidity++-emacs/pkg-message
Normal file
10
audio/timidity++-emacs/pkg-message
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
========================================================================
|
||||
Place ${PREFIX}/lib/timidity/timidity.el on load-path of your Emacs(en).
|
||||
|
||||
Ex. /usr/local/lib/xemacs/site-lisp
|
||||
/usr/local/share/mule/site-lisp
|
||||
|
||||
And then, type "M-x timidity" on Emacs. Enjoy!
|
||||
========================================================================
|
||||
|
2
audio/timidity++-emacs/pkg-plist
Normal file
2
audio/timidity++-emacs/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/timidity/interface_e.so
|
||||
lib/timidity/timidity.el
|
Loading…
Reference in New Issue
Block a user