pkgsrc/audio/libmodplug/Makefile
adam b2f379fefd libmodplug: update to 0.8.9.0
Version 0.8.9.0:
  OOB Write and Read fixes + a number of divide by zero fixes.
         (ABC, PAT, AMF, MDL, PSM, XM, IT, MMCMP, MID)
 There were some patches 2010-2016 which were recorded here.
2017-10-13 16:00:59 +00:00

18 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.16 2017/10/13 16:00:59 adam Exp $
DISTNAME= libmodplug-0.8.9.0
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
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libmodplug.pc.in
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"