Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 16:25:13 +00:00
|
|
|
# New ports collection makefile for: umodplayer
|
|
|
|
# Date created: 14 September 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= umodplayer
|
2009-04-03 08:52:50 +00:00
|
|
|
PORTVERSION= 0.${DISTVERSION:L}
|
2006-09-18 12:56:18 +00:00
|
|
|
DISTVERSION= B5.1
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 16:25:13 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= SF
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
|
2008-09-07 00:19:05 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 16:25:13 +00:00
|
|
|
COMMENT= Console module player
|
|
|
|
|
|
|
|
LIB_DEPENDS= modplug.0:${PORTSDIR}/audio/libmodplug \
|
|
|
|
ao.3:${PORTSDIR}/audio/libao
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libaiff.a:${PORTSDIR}/audio/libaiff
|
|
|
|
|
2009-04-03 08:52:50 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2008-12-28 15:10:29 +00:00
|
|
|
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 16:25:13 +00:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2006-09-18 12:56:18 +00:00
|
|
|
MAN1= ${PORTNAME}.1
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 16:25:13 +00:00
|
|
|
|
2009-04-03 08:52:50 +00:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 16:25:13 +00:00
|
|
|
post-patch:
|
2009-04-03 08:52:50 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/CFLAGS/s| =| +=| ; \
|
|
|
|
/CFLAGS/s| -O2| $$(CPPFLAGS)|g ; \
|
|
|
|
/^@/d' ${WRKSRC}/${MAKEFILE}.in
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 16:25:13 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
2006-09-18 12:56:18 +00:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 16:25:13 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|