pkgsrc/audio/snd/Makefile
gutteridge 1e4ca2627d Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-11 05:08:00 +00:00

43 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.113 2022/08/11 05:08:04 gutteridge Exp $
DISTNAME= snd-20.4
PKGREVISION= 11
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"