openbsd-ports/audio/mp3blaster/Makefile

28 lines
673 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2007/09/15 21:26:02 simon Exp $
COMMENT= text console audio player with an interactive interface
2006-01-23 12:09:36 -05:00
DISTNAME= mp3blaster-3.2.1
CATEGORIES= audio
HOMEPAGE= http://www.stack.nl/~brama/mp3blaster/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m ncurses ogg ossaudio pthread stdc++
2006-01-23 12:09:36 -05:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3blaster/}
2006-08-01 08:13:28 -04:00
LIB_DEPENDS= sidplay.>=1::audio/libsidplay \
vorbis.>=1,vorbisfile.>=2::audio/libvorbis
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}"
.include <bsd.port.mk>