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

21 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.21 2006/07/22 04:46:14 rillig Exp $
#
DISTNAME= libsidplay-1.36.59
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
EXTRACT_SUFX= .tgz
MAINTAINER= pooka@NetBSD.org
HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
COMMENT= Sidplay Library
CONFLICTS= sidplay-1.36.*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"