openbsd-ports/audio/portaudio-svn/Makefile
jakemsr 380b9b5a40 allow this to build on arches other than i386, amd64 and macppc.
no pkg bump because it has no effect on archs that were building.

problem noticed by sturm@
2008-04-02 06:46:03 +00:00

36 lines
746 B
Makefile

# $OpenBSD: Makefile,v 1.5 2008/04/02 06:46:03 jakemsr Exp $
COMMENT= portable cross-platform audio API
DISTNAME= portaudio-svn-1360
SHARED_LIBS= portaudio 0.0
CATEGORIES= audio
HOMEPAGE= http://www.portaudio.com/
MAINTAINER= Jacob Meuser <jakemsr@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m ossaudio
MASTER_SITES= http://jakemsr.trancell.org/distfiles/
LIB_DEPENDS= jack::audio/jack
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-alsa
# builds non-automated, interactive tests in ${WRKBUILD}/bin
REGRESS_TARGET= tests
REGRESS_IS_INTERACTIVE= Yes
CFLAGS+= -DALLOW_SMP_DANGERS
.include <bsd.port.mk>