7e1c5bfbc9
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
25 lines
649 B
Makefile
25 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.25 2005/12/11 09:40:46 wiz Exp $
|
|
|
|
PKGNAME= mplayer-${MPLAYER_PKG_VERSION}
|
|
PKGREVISION= 7
|
|
|
|
COMMENT= Software-only MPEG-1/2/4 video decoder
|
|
|
|
.include "../../multimedia/mplayer-share/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --disable-mencoder
|
|
CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin
|
|
|
|
.include "../../multimedia/mplayer-share/Makefile.depends"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
.include "../../multimedia/mplayer-share/Makefile.cflags"
|