# $NetBSD: Makefile,v 1.6 2006/01/05 10:08:58 ghen 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" # XXX Please verify whether qt3-tools is really needed at run-time. # If it is, then remove this comment. If it is not, then remove # this comment and the line below, and bump PKGREVISION. BUILDLINK_DEPMETHOD.qt3-tools= full .include "../../mk/bsd.pkg.mk"