summaryrefslogtreecommitdiff
path: root/audio/libmikmod/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-12-10 01:33:27 +0000
committerhubertf <hubertf@pkgsrc.org>1999-12-10 01:33:27 +0000
commit971ff80a00408ae46237f69b6b67e80c0e19f69e (patch)
tree50949c91316bcdc6015b2315a84a386f63aa3608 /audio/libmikmod/Makefile
parent8ffe9af5ae8cc237cea5fa19493c398c5b9ae1dd (diff)
downloadpkgsrc-971ff80a00408ae46237f69b6b67e80c0e19f69e.tar.gz
The MikMod sound library is an excellent way for a programmer to
add music and sound effects to an application. It is a powerful and flexible library, with a simple and easy-to-learn API. Besides, the library is very portable and runs under a lot of Unices, as well as under OS/2, MacOS and Windows. Third party individuals also maintain ports on other systems, including MS-DOS, and BeOS. MikMod is able to play a wide range of module formats, as well as digital sound files. It can take advantage of particular features of your system, such as sound redirection over the network. And due to its modular nature, the library can be extended to support more sound or module formats, as well as new hardware or other sound output capabilities, as they appear. Submitted in PR 8543 by kuebart@mathematik.uni-ulm.de (Joachim Kuebart)
Diffstat (limited to 'audio/libmikmod/Makefile')
-rw-r--r--audio/libmikmod/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile
new file mode 100644
index 00000000000..6a1998ea8e6
--- /dev/null
+++ b/audio/libmikmod/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/10 01:33:27 hubertf Exp $
+
+DISTNAME= libmikmod-3.1.7
+CATEGORIES= audio
+# The files at multimania.com seem to be corrupted
+MASTER_SITES= http://mikmod.darkorb.net/libmikmod/ \
+ http://www.multimania.com/miodrag/mikmod/libmikmod/
+
+MAINTAINER= kuebart@mathematik.uni-ulm.de
+HOMEPAGE= http://www.multimania.com/miodrag/mikmod/
+
+DEPENDS+= esound-0.2.8:../../audio/esound
+
+USE_LIBTOOL=
+USE_GMAKE=
+GNU_CONFIGURE=
+
+pre-build:
+ ${RM} -f ${WRKSRC}/docs/mikmod.info*
+
+.include "../../mk/bsd.pkg.mk"