freebsd-ports/audio/mp3blaster/Makefile

46 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: mp3blaster
# Date created: 5 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
PORTNAME= mp3blaster
PORTVERSION= 3.1.3
CATEGORIES= audio
MASTER_SITES= http://www.stack.nl/~brama/mp3blaster/src/
2001-05-17 20:01:52 +02:00
MAINTAINER= greid@FreeBSD.org
COMMENT= MP3 console ncurses-based player
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}" \
--without-sidplay
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
.if !defined(WITHOUT_VORBIS)
LIB_DEPENDS+= vorbisfile.3:${PORTSDIR}/audio/libvorbis
.else
CONFIGURE_ARGS+= --without-oggvorbis
.endif
2001-02-21 09:05:45 +01:00
MAN1= mp3blaster.1 nmixer.1 splay.1
.if !defined(WITHOUT_VORBIS)
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "You can disable support for Ogg Vorbis by defining WITHOUT_VORBIS."
@${ECHO_MSG}
.endif
.include <bsd.port.post.mk>