miod aaaf81a6dd Add a bunch of NOT_FOR_ARCHS and BROKEN- annotations, either for all gcc3
platforms (due to compiler deficiencies) or m88k only (due to toolchain
issues leading to libGL not being available).
2014-09-16 19:56:09 +00:00

42 lines
781 B
Makefile

# $OpenBSD: Makefile,v 1.49 2014/09/16 19:56:09 miod Exp $
# -fvisibility
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT= SGI audiofile library clone
V= 0.3.6
SUBST_VARS= V
DISTNAME= audiofile-${V}
PKGNAME= lib${DISTNAME}
SHARED_LIBS += audiofile 1.0 # 1.0
CATEGORIES= devel audio
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.68k.org/~michael/audiofile/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC c m ogg stdc++
LIB_DEPENDS= audio/flac
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= ac_cv_path_ASCIIDOC=no
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
# audiofile-config is still needed by audio/normalize and devel/libspectrum
post-install:
${SUBST_PROGRAM} ${FILESDIR}/audiofile-config \
${PREFIX}/bin/audiofile-config
.include <bsd.port.mk>