43 lines
798 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.50 2015/05/22 11:31:12 ajacoutot 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= 0
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
WANTLIB += FLAC c m ogg stdc++
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
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
2002-03-10 21:01:44 +00:00
1999-03-14 15:36:20 +00:00
.include <bsd.port.mk>