diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-05 17:06:54 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-05 17:06:54 +0000 |
commit | 7a3822f4d5bf5cf514bab98194cd55d600d90236 (patch) | |
tree | a2c9d3493358681bdbe352161325baf0f5427ecc /audio/mikmod | |
parent | 0d8123fd7d7e074c3f646a85e43011bb2b5d6ae6 (diff) | |
download | ports-7a3822f4d5bf5cf514bab98194cd55d600d90236.tar.gz ports-7a3822f4d5bf5cf514bab98194cd55d600d90236.zip |
Notes
Diffstat (limited to 'audio/mikmod')
-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 |