openbsd-ports/audio/mpd/Makefile
bernd 6dbd1f0915 Initial import of mpd-0.11.5.
Music Player Daemon allows remote access for playing music (mp3,
ogg, flac, aac, mod and wav files) and managing playlists. MPD is
designed for integrating a computer into a stereo system that
provides control for music playback over a local network. It is
also makes a great desktop music player and has serveral frontend
options.

Submitted and maintained by Tobias Ulmer <tobiasu at tmux.org>.
(Sorry for the delay Tobias!)

tested by naddy@
2006-05-13 09:52:49 +00:00

45 lines
1004 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/05/13 09:52:49 bernd Exp $
COMMENT= "music player daemon"
DISTNAME= mpd-0.11.5
CATEGORIES= audio
HOMEPAGE= http://www.musicpd.org/
MAINTAINER= Tobias Ulmer <tobiasu@tmux.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m pthread z ossaudio
MASTER_SITES= http://mercury.chem.pitt.edu/~shank/
MODULES= converters/libiconv
LIB_DEPENDS= vorbis.5,vorbisfile.4::audio/libvorbis \
audiofile.0::devel/libaudiofile \
ao.3::audio/libao \
faad.0::audio/faad \
id3tag.3::audio/libid3tag \
mad.2::audio/libmad \
ogg.5::audio/libogg \
FLAC.7::audio/flac \
mikmod.2::audio/libmikmod
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-alsa --with-libFLAC=${LOCALBASE}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mpd
${INSTALL_DATA} ${WRKSRC}/doc/mpdconf.example \
${PREFIX}/share/examples/mpd/mpd.conf
.include <bsd.port.mk>