mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
portlint and add SLAVEDIRS variable to master ports
This commit is contained in:
parent
ab5c49f7ec
commit
e09b1a4bd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27780
4 changed files with 15 additions and 10 deletions
|
@ -7,16 +7,20 @@
|
|||
|
||||
PORTNAME= timidity++
|
||||
PORTVERSION= 2.9.0
|
||||
PKGNAMESUFFIX= -${INTERFACE}
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/
|
||||
PKGNAMESUFFIX= -${INTERFACE}
|
||||
DISTNAME= TiMidity++-${PORTVERSION}
|
||||
|
||||
MAINTAINER= yatt@msc.biglobe.ne.jp
|
||||
|
||||
RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++
|
||||
LIB_DEPENDS= ${INTERFACE_DEPS}
|
||||
|
||||
SLAVEDIRS= audio/timidity++-gtk audio/timidity++-motif \
|
||||
audio/timidity++-slang audio/timidity++-tcltk \
|
||||
audio/timidity++-xaw audio/timidity++-xskin
|
||||
|
||||
INTERFACE?= emacs
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
@ -70,7 +74,7 @@ INTERFACE_DEPS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
|||
CONFIGURE_ARGS+= --with-tcl-includes=${PREFIX}/include/tcl8.0 \
|
||||
--with-tk-includes=${PREFIX}/include/tk8.0 \
|
||||
--with-tcl-libs=${PREFIX}/lib --with-tk-libs=${PREFIX}/lib
|
||||
CONFIGURE_ENV= WISH=wish8.0
|
||||
CONFIGURE_ENV= WISH=wish8.0
|
||||
.endif
|
||||
.elif ${INTERFACE} == "xaw"
|
||||
LINK= xawmidi
|
||||
|
@ -79,8 +83,8 @@ DOCLANG= C ja_JP.ujis
|
|||
INTERFACE_DEPS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
.elif ${INTERFACE} == "xskin"
|
||||
LINK= xskinmidi
|
||||
DOCFILES= README.xskin
|
||||
DOCLANG= C ja_JP.ujis
|
||||
DOCFILES= README.xskin
|
||||
DOCLANG= C ja_JP.ujis
|
||||
.else
|
||||
NO_BUILD= yes
|
||||
NO_INSTALL= yes
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
========================================================================
|
||||
"timidity.el" has been installed in ${PREFIX}/share/emacs/site-lisp/ .
|
||||
If this place is not proper for your Emacs(en), copy it to load-path.
|
||||
|
@ -13,4 +12,3 @@ Add these line to your "~/.emacs"
|
|||
|
||||
And then, type "M-x timidity" on Emacs. Enjoy!
|
||||
========================================================================
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
========================================================================
|
||||
Please set environment variable to choose skin you like.
|
||||
|
||||
|
@ -8,4 +7,3 @@ or
|
|||
% setenv timidity_skin /dos/programs/winamp/skins/winamp.zip
|
||||
|
||||
========================================================================
|
||||
|
||||
|
|
|
@ -16,6 +16,11 @@ MAINTAINER= yatt@msc.biglobe.ne.jp
|
|||
# If you don't have X11, type "make -DWITHOUT_X11" or uncomment this.
|
||||
#WITHOUT_X11= yes
|
||||
|
||||
SLAVEDIRS= audio/timidity++-emacs
|
||||
# rest are included by timidity++-emacs port
|
||||
SLAVEDIRS+= audio/timidity++-gtk audio/timidity++-motif \
|
||||
audio/timidity++-slang audio/timidity++-tcltk \
|
||||
audio/timidity++-xaw audio/timidity++-xskin
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
.if !defined(WITHOUT_X11)
|
||||
|
@ -31,7 +36,7 @@ CONFIGURE_ARGS= --with-x --enable-ncurses --enable-vt100 \
|
|||
--enable-dynamic --enable-server \
|
||||
--enable-network --enable-spectrogram --enable-wrd
|
||||
.else
|
||||
CONFIGURE_ARGS= --enable-ncurses --enable-vt100 \
|
||||
CONFIGURE_ARGS= --enable-ncurses --enable-vt100 \
|
||||
--enable-network --disable-spectrogram --disable-wrd
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue