ca8fbf0ab0
- Android support, thanks to Radovan Cervenka, with the OpenSL ES driver adapted from the old libmikmod-android project. - Support for AmigaOS and its variants like MorphOS, AROS, and a new AHI driver thanks to Szilárd Biró. - Build system configuration and packaging simplifications, tidy-ups. - Several portability tweaks. - New PSP driver. (untested. suggested by Jon Daniel, based on older ports from pspdev.) - Fix some OS/2 bit rot. (for nostalgia...)
22 lines
503 B
Makefile
22 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.59 2014/11/21 15:44:27 adam Exp $
|
|
|
|
DISTNAME= libmikmod-3.3.7
|
|
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"
|