ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00

43 lines
798 B
Makefile

# $OpenBSD: Makefile,v 1.50 2015/05/22 11:31:12 ajacoutot 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}
REVISION= 0
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>