44 lines
813 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.58 2018/11/22 20:28:25 naddy Exp $
# -fvisibility
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT= SGI audiofile library clone
1999-03-14 15:36:20 +00:00
V= 0.3.6
SUBST_VARS= V
2012-05-01 06:04:48 +00:00
DISTNAME= audiofile-${V}
2010-11-15 19:45:56 +00:00
PKGNAME= lib${DISTNAME}
REVISION= 5
2012-05-01 06:04:48 +00:00
SHARED_LIBS += audiofile 1.0 # 1.0
2002-03-13 16:37:50 +00:00
CATEGORIES= devel audio
2012-05-01 06:04:48 +00:00
MASTER_SITES= ${HOMEPAGE}
1999-03-14 15:36:20 +00:00
HOMEPAGE= http://www.68k.org/~michael/audiofile/
1999-03-14 15:36:20 +00:00
# LGPLv2.1
2000-03-12 05:20:44 +00:00
PERMIT_PACKAGE_CDROM= Yes
2017-07-16 19:18:47 +00:00
WANTLIB += FLAC c m ogg ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
LIB_DEPENDS= audio/flac
2000-03-12 05:20:44 +00:00
SEPARATE_BUILD= Yes
1999-03-14 15:36:20 +00:00
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= ac_cv_path_ASCIIDOC=no
# audiofile-config is still needed by audio/normalize and devel/libspectrum
post-install:
${SUBST_PROGRAM} ${FILESDIR}/audiofile-config \
${PREFIX}/bin/audiofile-config
2002-03-10 21:01:44 +00:00
1999-03-14 15:36:20 +00:00
.include <bsd.port.mk>