New port, mikmod:
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...)
PR: 4066
Submitted by: Daniel O'Connor <doconnor@ist.flinders.edu.au>
1997-09-05 17:06:54 +00:00
|
|
|
# New ports collection makefile for: mikmod
|
1998-11-11 13:47:21 +00:00
|
|
|
# Version required: 3.0.3
|
New port, mikmod:
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...)
PR: 4066
Submitted by: Daniel O'Connor <doconnor@ist.flinders.edu.au>
1997-09-05 17:06:54 +00:00
|
|
|
# Date created: 20 April 1997
|
1998-01-22 00:20:33 +00:00
|
|
|
# Whom: doconnor@gsoft.com.au
|
New port, mikmod:
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...)
PR: 4066
Submitted by: Daniel O'Connor <doconnor@ist.flinders.edu.au>
1997-09-05 17:06:54 +00:00
|
|
|
#
|
1998-11-11 13:47:21 +00:00
|
|
|
# $Id: Makefile,v 1.4 1998/01/22 00:20:17 msmith Exp $
|
New port, mikmod:
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...)
PR: 4066
Submitted by: Daniel O'Connor <doconnor@ist.flinders.edu.au>
1997-09-05 17:06:54 +00:00
|
|
|
#
|
|
|
|
|
1998-11-11 13:47:21 +00:00
|
|
|
DISTNAME= mikmod-3.0.3
|
New port, mikmod:
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...)
PR: 4066
Submitted by: Daniel O'Connor <doconnor@ist.flinders.edu.au>
1997-09-05 17:06:54 +00:00
|
|
|
CATEGORIES= audio
|
1998-11-11 13:47:21 +00:00
|
|
|
MASTER_SITES= http://www.freenet.tlh.fl.us/~amstpi/
|
New port, mikmod:
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...)
PR: 4066
Submitted by: Daniel O'Connor <doconnor@ist.flinders.edu.au>
1997-09-05 17:06:54 +00:00
|
|
|
|
1998-11-11 13:47:21 +00:00
|
|
|
MAINTAINER= yoshiaki@kt.rim.or.jp
|
New port, mikmod:
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...)
PR: 4066
Submitted by: Daniel O'Connor <doconnor@ist.flinders.edu.au>
1997-09-05 17:06:54 +00:00
|
|
|
|
1998-11-11 13:47:21 +00:00
|
|
|
do-build:
|
|
|
|
(cd $(WRKSRC); /bin/sh build-mikmod.freebsd.sh)
|
New port, mikmod:
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...)
PR: 4066
Submitted by: Daniel O'Connor <doconnor@ist.flinders.edu.au>
1997-09-05 17:06:54 +00:00
|
|
|
|
|
|
|
do-install:
|
1998-11-11 13:47:21 +00:00
|
|
|
( cd ${WRKSRC}/usercode ; ${INSTALL_PROGRAM} mikmod ${PREFIX}/bin )
|
1997-09-05 17:40:54 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/mikmod
|
1998-11-11 13:47:21 +00:00
|
|
|
.for f in bugs.txt changes.txt future.txt mikmod.txt tips.txt
|
1997-09-05 17:40:54 +00:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/docs/$f ${PREFIX}/share/doc/mikmod
|
|
|
|
.endfor
|
|
|
|
.endif
|
New port, mikmod:
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...)
PR: 4066
Submitted by: Daniel O'Connor <doconnor@ist.flinders.edu.au>
1997-09-05 17:06:54 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|