46 lines
1.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2017/08/15 18:39:48 jca Exp $
COMMENT= text console audio player with an interactive interface
DISTNAME= mp3blaster-3.2.6
REVISION= 1
CATEGORIES= audio
HOMEPAGE= http://mp3blaster.sourceforge.net/
MAINTAINER= Brian Callahan <bcallah@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
2017-07-16 19:18:47 +00:00
WANTLIB= c m ncurses ogg pthread sidplay sndio ${COMPILER_LIBCXX} vorbis vorbisfile
2006-01-23 17:09:36 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3blaster/}
LIB_DEPENDS= audio/libsidplay \
audio/libvorbis
AUTOCONF_VERSION=2.61
AUTOMAKE_VERSION=1.9
CONFIGURE_STYLE=autoconf automake
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
AUTO_ENV= AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION}
post-patch:
@echo "Running aclocal-${AUTOMAKE_VERSION} in ${WRKSRC}"
@cd ${WRKSRC}; ${AUTO_ENV} aclocal
pre-configure:
@echo "Running automake-${AUTOMAKE_VERSION} in ${WRKSRC}"
@cd ${WRKSRC}; ${AUTO_ENV} automake --foreign
.include <bsd.port.mk>