2018-03-04 19:26:42 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2018/03/04 18:26:42 rillig Exp $
|
2015-04-19 19:29:21 +02:00
|
|
|
|
|
|
|
DISTNAME= libsbsms-2.0.2
|
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbsms/}
|
|
|
|
|
2017-09-16 21:26:41 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2015-04-19 19:29:21 +02:00
|
|
|
HOMEPAGE= http://sbsms.sourceforge.net/
|
|
|
|
COMMENT= Subband Sinusoidal Modeling Synthesis
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2015-12-27 08:33:07 +01:00
|
|
|
# configure script demands -msse; should be taught to use altivec and
|
|
|
|
# whatever else on other platforms. Except where nonexistent.
|
2018-03-04 19:26:42 +01:00
|
|
|
BROKEN_EXCEPT_ON_PLATFORM= *-*-i386 *-*-x86_64
|
2015-12-27 08:33:07 +01:00
|
|
|
NOT_FOR_PLATFORM= *-*-m68k
|
|
|
|
|
2015-04-19 19:29:21 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= sbsms.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-shared=yes
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|