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
|
|
|
|
# Version required: 2.14
|
|
|
|
# Date created: 20 April 1997
|
|
|
|
# Whom: doconnor@ist.flinders.edu.au
|
|
|
|
#
|
1998-01-21 19:14:51 +00:00
|
|
|
# $Id: Makefile,v 1.2 1997/09/05 17:40:54 max 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
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= mikmod-2.14-unix
|
|
|
|
PKGNAME= mikmod-2.14
|
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.chiark.greenend.org.uk/~stevem/mikmod/
|
|
|
|
|
1998-01-21 19:14:51 +00:00
|
|
|
#MAINTAINER= doconnor@ist.flinders.edu.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
|
|
|
|
1997-09-05 17:40:54 +00:00
|
|
|
RESTRICTED= "Registration required for redistribution and commercial use."
|
|
|
|
|
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
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/source
|
|
|
|
MAN1= mikmod.1
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
( cd ${WRKSRC} ; ${INSTALL_PROGRAM} mikmod mikcvt ${PREFIX}/bin )
|
|
|
|
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/mikmod.1 ${PREFIX}/man/man1
|
1997-09-05 17:40:54 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/mikmod
|
|
|
|
.for f in credits.txt mikmod.txt register.frm
|
|
|
|
${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>
|