144a1ee175
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.
27 lines
707 B
Makefile
27 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:14 rillig Exp $
|
|
|
|
DISTNAME= libhydrogen-0.8.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hydrogen/}
|
|
|
|
MAINTAINER= chris.wareham@btinternet.com
|
|
HOMEPAGE= http://hydrogen.sourceforge.net/
|
|
COMMENT= Shared library for the Hydrogen drum machine
|
|
|
|
NOT_FOR_PLATFORM= Interix-*-*
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-alsa-seq
|
|
CONFIGURE_ARGS+= --disable-jack-support
|
|
|
|
CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
|
|
|
|
.include "../../audio/libaudiofile/buildlink3.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|