Files
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

34 lines
754 B
Makefile

COMMENT= text console audio player with an interactive interface
DISTNAME= mp3blaster-3.2.6
REVISION= 5
CATEGORIES= audio
HOMEPAGE= https://mp3blaster.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB= ${COMPILER_LIBCXX} c m curses ogg pthread sidplay sndio vorbis vorbisfile
SITES= ${SITE_SOURCEFORGE:=mp3blaster/}
COMPILER = base-clang ports-gcc base-gcc
LIB_DEPENDS= audio/libsidplay \
audio/libvorbis
AUTOCONF_VERSION=2.61
AUTOMAKE_VERSION=1.9
CONFIGURE_STYLE=autoreconf
CONFIGURE_ARGS= --without-esd \
--without-oss \
--without-sdl \
--with-sndio
CONFIGURE_ENV+= ac_cv_lib_ossaudio_main=no
post-extract:
@cp ${FILESDIR}/sndioplayer.cc ${WRKSRC}/mpegsound
@cp ${FILESDIR}/sndiomixer.cc ${WRKSRC}/nmixer
.include <bsd.port.mk>