pkgsrc/audio/opencore-amr/Makefile
wiz 92b4a6e496 *: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
2022-07-25 11:12:18 +00:00

19 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:20 wiz Exp $
DISTNAME= opencore-amr-0.1.5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencore-amr/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://opencore-amr.sourceforge.net/
COMMENT= Adaptive Multi-Rate speech codec libraries
LICENSE= apache-2.0
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= amrnb/opencore-amrnb.pc.in
PKGCONFIG_OVERRIDE+= amrwb/opencore-amrwb.pc.in
.include "../../mk/bsd.pkg.mk"