100b45279f
Note: no package bump, those are only BUILD dependencies, the pkg_create code will create the correct wantlib specs.
46 lines
1.0 KiB
Makefile
46 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.3 2006/08/01 10:50:19 espie Exp $
|
|
|
|
COMMENT= "music player daemon"
|
|
|
|
DISTNAME= mpd-0.11.5
|
|
PKGNAME= ${DISTNAME}p0
|
|
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::devel/libaudiofile \
|
|
ao.>=3::audio/libao \
|
|
faad::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>
|