1998-11-24 10:12:28 +00:00
|
|
|
# ports collection makefile for: mikmod304
|
|
|
|
# Date created: 16 November 1998
|
|
|
|
# Whom: yoshiaki Uchikawa
|
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
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
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
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= mikmod
|
|
|
|
PORTVERSION= 3.1.6
|
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
|
1999-07-03 18:56:56 +00:00
|
|
|
MASTER_SITES= http://www.multimania.com/miodrag/mikmod/mikmod/ \
|
1999-07-11 02:49:13 +00:00
|
|
|
http://mikmod.darkorb.net/mikmod/
|
1999-05-05 22:16:45 +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
|
|
|
|
1999-07-03 18:56:56 +00:00
|
|
|
LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
|
1999-05-05 22:16:45 +00:00
|
|
|
|
1998-12-03 12:29:27 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1998-11-24 10:12:28 +00:00
|
|
|
|
1998-12-03 12:29:27 +00:00
|
|
|
MAN1= mikmod.1
|
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>
|