pkgsrc/audio/mikmod/Makefile
adam e886aadf91 Changes 3.2.8:
- Fixed several warnings from clang static analyzer.
- Fixed a misleading indentation warning from gcc6.
- A few minor OS/2 fixes.
- Support for building the Windows version using Open Watcom compiler.
- Other minor fix/tidy-ups.
2017-06-20 15:44:22 +00:00

17 lines
484 B
Makefile

# $NetBSD: Makefile,v 1.55 2017/06/20 15:44:22 adam Exp $
DISTNAME= mikmod-3.2.8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mikmod/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mikmod.sourceforge.net/
COMMENT= MOD player for UNI IT XM S3M MOD MTM STM DSM MED FAR ULT 669 files
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../audio/libmikmod/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"