c98550c570
search for config files where we install them bump PKGREVISION
18 lines
516 B
Makefile
18 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.28 2002/10/01 12:51:46 dillo Exp $
|
|
|
|
.include "../../graphics/mplayer-share/Makefile.common"
|
|
|
|
PKGNAME= mplayer-${MPLAYER_PKG_VERSION}
|
|
COMMENT= Software only MPEG-1/2/4 video decoder
|
|
|
|
USE_BUILDLINK2= # defined
|
|
CONFIGURE_ARGS+= --disable-mencoder
|
|
CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin
|
|
|
|
.include "../../graphics/mplayer-share/Makefile.depends"
|
|
|
|
.include "../../audio/nas/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|