pkgsrc/audio/hydrogen/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

26 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:38 jlam Exp $
DISTNAME= hydrogen-0.8.0
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hydrogen/}
MAINTAINER= chris.wareham@btinternet.com
HOMEPAGE= http://hydrogen.sourceforge.net/
COMMENT= Real time drum machine/sequencer
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-alsa-seq
CONFIGURE_ARGS+= --disable-jack-support
.if exists(${X11BASE}/include/X11/extensions/Xinerama.h)
CONFIGURE_ARGS+= --with-xinerama
.endif
.include "../../audio/libhydrogen/buildlink3.mk"
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"