summaryrefslogtreecommitdiff
path: root/graphics/mplayer/Makefile
blob: a3e4cf07ed0a0cc57bfe5c68a45f49744b7fed42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.43 2003/12/08 14:41:40 wiz Exp $
#

PKGNAME=	mplayer-${MPLAYER_PKG_VERSION}
PKGREVISION=	2
COMMENT=	Software-only MPEG-1/2/4 video decoder

.include "../../graphics/mplayer-share/Makefile.common"

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 "../../mk/bsd.pkg.mk"

.include "../../graphics/mplayer-share/Makefile.cflags"