openbsd-ports/devel/libaudiofile/Makefile

41 lines
832 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.45 2013/03/12 16:22:59 ajacoutot Exp $
COMMENT= SGI audiofile library clone
1999-03-14 10:36:20 -05:00
V= 0.3.6
SUBST_VARS= V
2012-05-01 02:04:48 -04:00
DISTNAME= audiofile-${V}
2010-11-15 14:45:56 -05:00
PKGNAME= lib${DISTNAME}
2012-05-01 02:04:48 -04:00
SHARED_LIBS += audiofile 1.0 # 1.0
2002-03-13 11:37:50 -05:00
CATEGORIES= devel audio
2012-05-01 02:04:48 -04:00
MASTER_SITES= ${HOMEPAGE}
1999-03-14 10:36:20 -05:00
HOMEPAGE= http://www.68k.org/~michael/audiofile/
1999-03-14 10:36:20 -05:00
# LGPLv2.1
2000-03-12 00:20:44 -05:00
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC c m ogg stdc++
LIB_DEPENDS= audio/flac
2000-03-12 00:20:44 -05:00
USE_LIBTOOL= Yes
SEPARATE_BUILD= Yes
1999-03-14 10:36:20 -05: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_CMD} -o ${BINOWN} -g ${BINGRP} -c ${FILESDIR}/audiofile-config \
${PREFIX}/bin/audiofile-config
chmod ${BINMODE} ${PREFIX}/bin/audiofile-config
2002-03-10 16:01:44 -05:00
1999-03-14 10:36:20 -05:00
.include <bsd.port.mk>