aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++-xskin
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-06 07:19:29 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-06 07:19:29 +0000
commit48ca0a9fa2d4bc87ae7d77d5f2012408c749d1fd (patch)
tree44aa4e129769acd59998c4c53d5e48bd931749ac /audio/timidity++-xskin
parent56bd1dafdc1a926ee6d5318a1c3da73fdcadcfe2 (diff)
downloadports-48ca0a9fa2d4bc87ae7d77d5f2012408c749d1fd.tar.gz
ports-48ca0a9fa2d4bc87ae7d77d5f2012408c749d1fd.zip
Notes
Diffstat (limited to 'audio/timidity++-xskin')
-rw-r--r--audio/timidity++-xskin/Makefile58
-rw-r--r--audio/timidity++-xskin/pkg-descr4
2 files changed, 5 insertions, 57 deletions
diff --git a/audio/timidity++-xskin/Makefile b/audio/timidity++-xskin/Makefile
index ca6f8f7846c1..40c492492ca4 100644
--- a/audio/timidity++-xskin/Makefile
+++ b/audio/timidity++-xskin/Makefile
@@ -6,60 +6,8 @@
# $FreeBSD$
#
-DISTNAME= TiMidity++-1.3.10
-PKGNAME= timidity++-xskin-1.3.10
-CATEGORIES= audio
-MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/
+INTERFACE= xskin
-MAINTAINER= yatt@msc.biglobe.ne.jp
+MASTERDIR= ${.CURDIR}/../../audio/timidity++-emacs
-RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++
-
-# 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>
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/timidity++-xskin/pkg-descr b/audio/timidity++-xskin/pkg-descr
index 3237896d4770..b57f34e3f98c 100644
--- a/audio/timidity++-xskin/pkg-descr
+++ b/audio/timidity++-xskin/pkg-descr
@@ -7,7 +7,7 @@ Ex.
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>