pkgsrc/audio/libmodplug/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

20 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/07/22 04:46:14 rillig Exp $
#
DISTNAME= libmodplug-0.7
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/}
MAINTAINER= ben@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"