diff options
-rw-r--r-- | audio/mikmod/Makefile | 23 | ||||
-rw-r--r-- | audio/mikmod/distinfo | 1 | ||||
-rw-r--r-- | audio/mikmod/pkg-comment | 1 | ||||
-rw-r--r-- | audio/mikmod/pkg-descr | 6 | ||||
-rw-r--r-- | audio/mikmod/pkg-plist | 3 |
5 files changed, 34 insertions, 0 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile new file mode 100644 index 000000000000..3e35696529b6 --- /dev/null +++ b/audio/mikmod/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: mikmod +# Version required: 2.14 +# Date created: 20 April 1997 +# Whom: doconnor@ist.flinders.edu.au +# +# $Id$ +# + +DISTNAME= mikmod-2.14-unix +PKGNAME= mikmod-2.14 +CATEGORIES= audio +MASTER_SITES= http://www.chiark.greenend.org.uk/~stevem/mikmod/ + +MAINTAINER= doconnor@ist.flinders.edu.au + +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 + +.include <bsd.port.mk> diff --git a/audio/mikmod/distinfo b/audio/mikmod/distinfo new file mode 100644 index 000000000000..61601d9edf2e --- /dev/null +++ b/audio/mikmod/distinfo @@ -0,0 +1 @@ +MD5 (mikmod-2.14-unix.tar.gz) = 916e16e34af36fdc333f041ac7782877 diff --git a/audio/mikmod/pkg-comment b/audio/mikmod/pkg-comment new file mode 100644 index 000000000000..c33734904cbc --- /dev/null +++ b/audio/mikmod/pkg-comment @@ -0,0 +1 @@ +Mod player which plays MTM, STM, XM, MOD, S3M, ULT and UNI mods. diff --git a/audio/mikmod/pkg-descr b/audio/mikmod/pkg-descr new file mode 100644 index 000000000000..1ee3470a7e8a --- /dev/null +++ b/audio/mikmod/pkg-descr @@ -0,0 +1,6 @@ +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...) diff --git a/audio/mikmod/pkg-plist b/audio/mikmod/pkg-plist new file mode 100644 index 000000000000..54c6b607c3cd --- /dev/null +++ b/audio/mikmod/pkg-plist @@ -0,0 +1,3 @@ +bin/mikmod +bin/mikcvt +man/man1/mikmod.1.gz |