openbsd-ports/audio/mp3blaster/Makefile
naddy 4f633a2b02 * Fix playing Ogg Vorbis files on big-endian archs.
* Maintenance update to 3.2.0.
2003-12-01 19:18:19 +00:00

26 lines
594 B
Makefile

# $OpenBSD: Makefile,v 1.5 2003/12/01 19:18:19 naddy Exp $
COMMENT= "text console audio player with an interactive interface"
DISTNAME= mp3blaster-3.2.0
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
MASTER_SITES= ${HOMEPAGE}src/
LIB_DEPENDS= sidplay.1::audio/libsidplay \
vorbis.1,vorbisfile.2::audio/libvorbis
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}"
.include <bsd.port.mk>