diff options
Diffstat (limited to 'graphics/moz-mplayer/Makefile')
-rw-r--r-- | graphics/moz-mplayer/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/moz-mplayer/Makefile b/graphics/moz-mplayer/Makefile new file mode 100644 index 00000000000..8b55f141703 --- /dev/null +++ b/graphics/moz-mplayer/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/19 07:32:05 salo Exp $ +# + +DISTNAME= mplayerplug-in_v0.71 +PKGNAME= moz-mplayer-0.71 +WRKSRC= ${WRKDIR}/mplayerplug-in +CATEGORIES= graphics www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mplayerplug-in/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://mplayerplug-in.sourceforge.net/ +COMMENT= Embedded video player for Mozilla + +DEPENDS+= mplayer>=0.90rc14:../../graphics/mplayer +DEPENDS+= mozilla-[0-9]*:../../www/mozilla + +USE_BUILDLINK2= YES +USE_X11BASE= YES + +MOZ_PLUGDIR= ${PREFIX}/lib/mozilla/plugins + +do-install: + ${INSTALL_DATA_DIR} ${MOZ_PLUGDIR} + ${INSTALL_DATA} ${WRKSRC}/mplayerplug-in.so ${MOZ_PLUGDIR} + +.include "../../mk/bsd.pkg.mk" |