pkgsrc/audio/snd/Makefile

43 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.120 2023/11/14 14:01:25 wiz Exp $
DISTNAME= snd-20.4
PKGREVISION= 18
CATEGORIES= audio
MASTER_SITES= https://ccrma.stanford.edu/software/snd/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ccrma.stanford.edu/software/snd/
COMMENT= Sound editor modelled loosely after Emacs
LICENSE= esdl-license
DEPENDS+= flac-[0-9]*:../../audio/flac
DEPENDS+= mpg123-[0-9]*:../../audio/mpg123
DEPENDS+= speex-[0-9]*:../../audio/speex
DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake msgfmt pkg-config
BUILD_TARGET= snd
MAKE_FILE= makefile
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.prefs.mk"
# On NetBSD we use sunaudio, and on Linux we use ALSA.
.if ${OSS_TYPE} != "none" && \
${OPSYS} != "NetBSD" && ${OPSYS} != "Linux"
CONFIGURE_ARGS+= --with-oss
LDFLAGS+= ${LIBOSSAUDIO}
.else
CONFIGURE_ARGS+= --without-oss
.endif
.include "options.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"