openbsd-ports/devel/orc/Makefile
2013-03-21 08:45:11 +00:00

33 lines
687 B
Makefile

# $OpenBSD: Makefile,v 1.16 2013/03/21 08:45:16 ajacoutot Exp $
COMMENT= library and toolset to operate arrays of data
DISTNAME= orc-0.4.16
REVISION= 2
CATEGORIES= devel
MASTER_SITES= http://code.entropywave.com/download/orc/
SHARED_LIBS= orc-0.4 4.0 \
orc-test-0.4 3.0
HOMEPAGE= http://code.entropywave.com/projects/orc/
MAINTAINER= Brad Smith <brad@comstyle.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m pthread
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.67
# XXX segfault in orc_audio_convert_unpack_float_32() with Altivec when
# playing a video.
.if ${MACHINE_ARCH} == "powerpc"
CONFIGURE_ARGS= --enable-backend=none
.endif
.include <bsd.port.mk>