pkgsrc/audio/libmikmod/Makefile
adam a1e2fa29c2 libmikmod v3.3.10:
- Fixed windows builds when UNICODE is defined. (Thanks S. Michel).

libmikmod v3.3.9:
- Amiga, AHI driver: Fixed a crash upon driver shutdown.
- Amiga: Updates. Added standalone makefiles with cross-build support.
- RAW file writer: Changed to use ansi stdio functions instead of
  posix unistd, for better portability.
- Playercode: Allocate the right channel reverb buffers only if the
  mixer is setup for stereo mode. (Helps with ports to memory-tight
  platforms. Patch from Andrew Rossignol.)
- Fixed access to uninitialized memory in the simpleplayMEM example
  program.
- Added a configuration option to exclude the hqmixer (off by default.)
- Using locale-insensitive ctype.h and casecmp functions in library.
- Configury: New --disable-alldrv option to disable all of the audio
  output drivers.  If additional --enable-xxx options are given, the
  specified drivers will be enabled.
2016-11-12 07:34:01 +00:00

22 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.60 2016/11/12 07:34:01 adam Exp $
DISTNAME= libmikmod-3.3.10
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mikmod/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mikmod.sourceforge.net/
COMMENT= MikMod Sound Library
LICENSE= gnu-lgpl-v2
USE_LANGUAGES= c99
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-threads
INFO_FILES= yes
PKGCONFIG_OVERRIDE= libmikmod.pc.in
.include "options.mk"
.include "../../mk/bsd.pkg.mk"