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 18:25:13 +02:00
|
|
|
# New ports collection makefile for: umodplayer
|
|
|
|
# Date created: 14 September 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= umodplayer
|
2006-09-18 14:56:18 +02:00
|
|
|
PORTVERSION= 0.b5.1
|
|
|
|
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 18:25:13 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= SF
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
|
|
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
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2006-09-18 14:56:18 +02: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 18:25:13 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/CFLAGS =/CFLAGS +=/' ${WRKSRC}/${MAKEFILE}.in
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
2006-09-18 14:56:18 +02: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 18:25:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|