openbsd-ports/audio/hydrogen/Makefile
jakemsr 756b4a6473 - default to /dev/audio for the audio device, but allow other
devices to be used as well

- add jack output.  these patches are back ported from hydrogen
subversion.

discussed with MAINTAINER
2008-03-24 03:09:42 +00:00

36 lines
830 B
Makefile

# $OpenBSD: Makefile,v 1.6 2008/03/24 03:09:42 jakemsr Exp $
COMMENT= software drum machine
DISTNAME= hydrogen-0.9.3
PKGNAME= ${DISTNAME}p3
CATEGORIES= audio
HOMEPAGE= http://www.hydrogen-music.org/
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m ogg ossaudio pthread stdc++ X11 Xext
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hydrogen/}
LIB_DEPENDS= sndfile.>=1::audio/libsndfile \
FLAC.>=8,FLAC++.>=7::audio/flac \
jack::audio/jack
USE_X11= Yes
MODULES= x11/qt3
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-lrdf-support
CONFIGURE_ENV= QTDIR="${MODQT_LIBDIR}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS= Yes
.include <bsd.port.mk>