convert to slave
PR: 17724 Submitted by: maintainer
This commit is contained in:
parent
56bd1dafdc
commit
48ca0a9fa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27363
2 changed files with 5 additions and 57 deletions
|
@ -6,60 +6,8 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= TiMidity++-1.3.10
|
INTERFACE= xskin
|
||||||
PKGNAME= timidity++-xskin-1.3.10
|
|
||||||
CATEGORIES= audio
|
|
||||||
MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/
|
|
||||||
|
|
||||||
MAINTAINER= yatt@msc.biglobe.ne.jp
|
MASTERDIR= ${.CURDIR}/../../audio/timidity++-emacs
|
||||||
|
|
||||||
RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
|
||||||
# If you don't require Japanese docs, uncomment this.
|
|
||||||
#NO_USE_JAPANESE= yes
|
|
||||||
|
|
||||||
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 --enable-xskin=dynamic \
|
|
||||||
--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
|
|
||||||
LINK= xskinmidi
|
|
||||||
DOCFILES= README.xskin
|
|
||||||
DOCLANG= C
|
|
||||||
.if !defined(NO_USE_JAPANESE)
|
|
||||||
DOCLANG+= ja_JP.ujis
|
|
||||||
.endif
|
|
||||||
|
|
||||||
do-build:
|
|
||||||
cd ${WRKSRC}/interface; ${MAKE}
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET}
|
|
||||||
${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK}
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
.for lang in ${DOCLANG}
|
|
||||||
@${MKDIR} \
|
|
||||||
${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'`
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/${lang}/${DOCFILES} \
|
|
||||||
${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'`
|
|
||||||
.endfor
|
|
||||||
.endif
|
|
||||||
@cat ${PKGDIR}/MESSAGE
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Ex.
|
||||||
Formerly, the original version of this program was written by Tuuka
|
Formerly, the original version of this program was written by Tuuka
|
||||||
Toivonen(until version 0.2i).
|
Toivonen(until version 0.2i).
|
||||||
Now, Masanao Izumo and many hackers are developing "TiMidity++".
|
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>
|
Yoichi Asai <yatt@msc.biglobe.ne.jp>
|
||||||
|
|
Loading…
Reference in a new issue