pkgsrc/audio/libmodplug/Makefile
wiz 396eaf288e Security update to 0.8.4:
0.8.4:
A long overdue release, which adds support for .ABC and .MID files,
as well as security patch [CVE-2006-4192], and a few small cleanups.

0.8:
This new release contains endianess fixes, and changes that other
projects (which make use of this library) have deemed necessary
for the libraries use. Due to the long time since the previous
release, there may have been more contributers than is listed.
2006-12-19 20:08:22 +00:00

19 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/12/19 20:08:22 wiz Exp $
#
DISTNAME= libmodplug-0.8.4
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
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"