pkgsrc/audio/libmusepack/Makefile
rillig 144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00

16 lines
396 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:14 rillig Exp $
#
DISTNAME= libmusepack-1.0.3
CATEGORIES= audio
MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net/source/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.musepack.net/
COMMENT= Portable Musepack decoder library
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"