3efcb4ec68
10 March 2014: libmodplug 0.8.8.5 A very long time between the last release (although some occasional activity occured in git) The code is now in both the sourceforge git tree (as a full project), as well as github (only libmodplug): Here. Some security patches: CVE-2013-4233, CVE-2013-4234, as well as many fixes suggested by static analyzers: clang build-scan, and coverity. A few patches to ease compilation in windows environments, including a CMakeLists file.
21 lines
542 B
Makefile
21 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.14 2014/03/28 23:36:53 wiz Exp $
|
|
|
|
DISTNAME= libmodplug-0.8.8.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://modplug-xmms.sourceforge.net/
|
|
COMMENT= Library for decoding mod-like music formats
|
|
LICENSE= public-domain
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= libmodplug.pc.in
|
|
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|