[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / mplayer

Annotation of pkgsrc/multimedia/mplayer/Makefile, Revision 1.37

1.37    ! joerg       1: # $NetBSD: Makefile,v 1.36 2006/12/07 14:09:03 drochner Exp $
1.1       jmmv        2:
                      3: PKGNAME=       mplayer-${MPLAYER_PKG_VERSION}
1.37    ! joerg       4: PKGREVISION=   2
1.8       grant       5:
1.1       jmmv        6: COMMENT=       Software-only MPEG-1/2/4 video decoder
                      7:
                      8: .include "../../multimedia/mplayer-share/Makefile.common"
                      9:
                     10: CONFIGURE_ARGS+=       --disable-mencoder
                     11: CONFIGURE_ARGS+=       --confdir=${PREFIX}/share/mplayer
                     12:
1.32      grant      13: # Solaris/x86 has Xv, but the header files live in /usr/X11R6, not
                     14: # ${X11_BASE}, so we need to also look for headers in this path.
                     15: .if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "i386"
                     16: CPPFLAGS+=                     -I/usr/X11R6/include
                     17: BUILDLINK_PASSTHRU_DIRS+=      /usr/X11R6/include
                     18: .endif
                     19:
1.19      jlam       20: INSTALLATION_DIRS+=    bin
                     21:
1.34      joerg      22: .include "../../x11/libXinerama/buildlink3.mk"
                     23: .include "../../x11/libXt/buildlink3.mk"
                     24: .include "../../x11/libXv/buildlink3.mk"
1.21      minskim    25:
1.1       jmmv       26: do-install:
1.34      joerg      27:        ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${DESTDIR}${PREFIX}/bin
1.1       jmmv       28:
                     29: .include "../../multimedia/mplayer-share/Makefile.depends"
                     30:
                     31: .include "../../mk/bsd.pkg.mk"
                     32:
                     33: .include "../../multimedia/mplayer-share/Makefile.cflags"

CVSweb <webmaster@jp.NetBSD.org>