200e3c4a04
version, and bump all depends. Per discussion on pkgsrc-changes.
56 lines
1.7 KiB
Makefile
56 lines
1.7 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2010/09/14 11:02:30 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= mplayerplug-in-3.55
|
|
PKGNAME= mplayer-plugin-3.55
|
|
PKGREVISION= 3
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mplayerplug-in/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mplayerplug-in.sourceforge.net/
|
|
COMMENT= Mplayer plug-in for Gecko-based browsers
|
|
|
|
DEPENDS+= mplayer>=0.92:../../multimedia/mplayer
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake pkg-config msgfmt
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --enable-wmp
|
|
CONFIGURE_ARGS+= --enable-qt
|
|
CONFIGURE_ARGS+= --enable-rm
|
|
CONFIGURE_ARGS+= --enable-gmp
|
|
CONFIGURE_ARGS+= --enable-dvx
|
|
CONFIGURE_ARGS+= --disable-gtk1
|
|
CONFIGURE_ENV+= ac_cv_path_GECKO_XPIDL=${PREFIX}/lib/xulrunner/xpidl
|
|
|
|
SUBST_CLASSES+= conf
|
|
SUBST_STAGE.conf= post-patch
|
|
SUBST_FILES.conf= Source/plugin-setup.cpp
|
|
SUBST_SED.conf= -e "s|/etc/|${PKG_SYSCONFDIR}/|g"
|
|
SUBST_MESSAGE.conf= Fixing harcoded paths.
|
|
|
|
EGDIR= ${PREFIX}/share/examples/mplayer-plugin
|
|
CONF_FILES= # empty
|
|
.for f in conf types
|
|
CONF_FILES+= ${EGDIR}/mplayerplug-in.${f} \
|
|
${PKG_SYSCONFDIR}/mplayerplug-in.${f}
|
|
.endfor
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/mplayerplug-in.conf ${DESTDIR}${EGDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/mplayerplug-in.types ${DESTDIR}${EGDIR}
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/netscape/plugins
|
|
${INSTALL_LIB} ${WRKSRC}/*.so ${DESTDIR}${PREFIX}/lib/netscape/plugins
|
|
${INSTALL_DATA} ${WRKSRC}/*.xpt ${DESTDIR}${PREFIX}/lib/netscape/plugins
|
|
|
|
.include "../../devel/xulrunner/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|