mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Upgrade to mikmod 3.0.3
PR: ports/7721 Submitted by: yoshiaki@kt.rim.or.jp
This commit is contained in:
parent
35382b7b4b
commit
d40a7c05fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14471
@ -1,29 +1,25 @@
|
||||
# New ports collection makefile for: mikmod
|
||||
# Version required: 2.14
|
||||
# Version required: 3.0.3
|
||||
# Date created: 20 April 1997
|
||||
# Whom: doconnor@gsoft.com.au
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/01/21 19:14:45 fenner Exp $
|
||||
# $Id: Makefile,v 1.4 1998/01/22 00:20:17 msmith Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mikmod-2.14-unix
|
||||
PKGNAME= mikmod-2.14
|
||||
DISTNAME= mikmod-3.0.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.chiark.greenend.org.uk/~stevem/mikmod/
|
||||
MASTER_SITES= http://www.freenet.tlh.fl.us/~amstpi/
|
||||
|
||||
MAINTAINER= doconnor@gsoft.com.au
|
||||
MAINTAINER= yoshiaki@kt.rim.or.jp
|
||||
|
||||
RESTRICTED= "Registration required for redistribution and commercial use."
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/source
|
||||
MAN1= mikmod.1
|
||||
do-build:
|
||||
(cd $(WRKSRC); /bin/sh build-mikmod.freebsd.sh)
|
||||
|
||||
do-install:
|
||||
( cd ${WRKSRC} ; ${INSTALL_PROGRAM} mikmod mikcvt ${PREFIX}/bin )
|
||||
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/mikmod.1 ${PREFIX}/man/man1
|
||||
( cd ${WRKSRC}/usercode ; ${INSTALL_PROGRAM} mikmod ${PREFIX}/bin )
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/mikmod
|
||||
.for f in credits.txt mikmod.txt register.frm
|
||||
.for f in bugs.txt changes.txt future.txt mikmod.txt tips.txt
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/docs/$f ${PREFIX}/share/doc/mikmod
|
||||
.endfor
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mikmod-2.14-unix.tar.gz) = 916e16e34af36fdc333f041ac7782877
|
||||
MD5 (mikmod-3.0.3.tar.gz) = a096e8258410459189ff535111887ff1
|
||||
|
@ -1 +1 @@
|
||||
Mod player which plays MTM, STM, XM, MOD, S3M, ULT and UNI mods.
|
||||
Mod player which plays MTM, STM, XM, MOD, S3M, ULT, UNI and IT mods.
|
||||
|
@ -1,6 +1,13 @@
|
||||
This is a mod player which uses ncurses as a UI. It can play S3M, XM, MOD,
|
||||
MTM, STM, ULT, and UNI module types.
|
||||
It uses the Open Sound System, and has features like sample interpolation,
|
||||
random mod playing, and supports playing compressed modules. (Note: its
|
||||
playing of compressed modules is OK, providing they don't have spaces in
|
||||
their names...)
|
||||
MikMod is a portable modules player originally written by
|
||||
of Jean-Paul Mikkers (MikMak) for DOS. It has
|
||||
subsequently been hacked by many hands and now runs on
|
||||
many platforms, this particular distribution intended
|
||||
to compile fairly painlessly in a Unix (Linux) environment.
|
||||
It uses the OSS /dev/dsp driver including in all recent
|
||||
kernels for output, and will also write wav files.
|
||||
Supported file formats include mod, stm, s3m, mtm, xm,
|
||||
and it. The player uses ncurses for console output and
|
||||
supports transparent loading from gzip/pkzip/zoo archives
|
||||
and the loading/saving of playlists.
|
||||
Full source included, use of this library for music/sound
|
||||
effects in your own programs is encouraged!
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/mikmod
|
||||
bin/mikcvt
|
||||
share/doc/mikmod/credits.txt
|
||||
share/doc/mikmod/bugs.txt
|
||||
share/doc/mikmod/changes.txt
|
||||
share/doc/mikmod/future.txt
|
||||
share/doc/mikmod/mikmod.txt
|
||||
share/doc/mikmod/register.frm
|
||||
share/doc/mikmod/tips.txt
|
||||
@dirrm share/doc/mikmod
|
||||
|
Loading…
Reference in New Issue
Block a user