pkgsrc/audio/xanalyser/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
521 B
Makefile

# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:14 rillig Exp $
#
DISTNAME= xanalyser-1.24
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ftp://ftp.suse.com/pub/people/arvin/private/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.suse.de/~arvin/xanalyser/
COMMENT= Frequency spectrum analyser for X
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"