e2cbd05872
sense and don't work with our uaudio driver. Problem reported and fixed by Laurence Tratt <laurie@tratt.net>. Regen patches and bump PKGNAME.
34 lines
765 B
Makefile
34 lines
765 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/05/02 17:51:16 grange Exp $
|
|
|
|
COMMENT= "software drum machine"
|
|
DISTNAME= hydrogen-0.9.3
|
|
PKGNAME= ${DISTNAME}p1
|
|
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 ossaudio pthread stdc++ X11 Xext
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hydrogen/}
|
|
|
|
LIB_DEPENDS= sndfile.>=1::audio/libsndfile \
|
|
FLAC.>=7,FLAC++.>=6::audio/flac
|
|
|
|
USE_X11= Yes
|
|
MODULES= x11/qt3
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= QTDIR="${MODQT_LIBDIR}" \
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|