diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-12-01 00:30:34 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-12-01 00:30:34 +0000 |
commit | 551b05afe61dcbff216594f3b1d61bbdcbb26976 (patch) | |
tree | d741f848b0ab5949b27f8f05766f29b2ecd06b36 /graphics/moz-flash | |
parent | fa49666dcb5594cd98c46a756af1904835a0e168 (diff) | |
download | pkgsrc-551b05afe61dcbff216594f3b1d61bbdcbb26976.tar.gz |
Add moz-flash 1.0:
Flash plugin for mozilla (and galeon).
Contributed by Johan Danielsson <joda@pdc.kth.se> in PR #14794
Diffstat (limited to 'graphics/moz-flash')
-rw-r--r-- | graphics/moz-flash/DESCR | 3 | ||||
-rw-r--r-- | graphics/moz-flash/Makefile | 28 | ||||
-rw-r--r-- | graphics/moz-flash/PLIST | 2 |
3 files changed, 33 insertions, 0 deletions
diff --git a/graphics/moz-flash/DESCR b/graphics/moz-flash/DESCR new file mode 100644 index 00000000000..5801729a771 --- /dev/null +++ b/graphics/moz-flash/DESCR @@ -0,0 +1,3 @@ +Swfplayer is a standalone open source flash(tm) player using libflash. +You can use it to quickly play movies without to start Netscape. It can +also play movies on root window (suitable for xscreensaver). diff --git a/graphics/moz-flash/Makefile b/graphics/moz-flash/Makefile new file mode 100644 index 00000000000..65100317cb4 --- /dev/null +++ b/graphics/moz-flash/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/12/01 00:30:34 hubertf Exp $ +# + +PKGNAME= moz-flash-1.0 + +MAINTAINER= joda@netbsd.org +COMMENT= Mozilla open source flash(tm) plugin + +DEPENDS+= libflash>=0.4.10nb1:${LIBFLASHDIR} + +LIBFLASHDIR= ../../graphics/libflash +PATCHDIR= ${.CURDIR}/${LIBFLASHDIR}/patches +FILESDIR= ${.CURDIR}/${LIBFLASHDIR}/files +DISTINFO_FILE= ${.CURDIR}/${LIBFLASHDIR}/distinfo + +DEPENDS+= mozilla-[0-9]*:../mozilla + +USE_X11BASE= yes + +MOZ_PLUGDIR= ${X11PREFIX}/lib/mozilla/plugins + +do-build: + cd ${WRKSRC}/Plugin && ${SETENV} ${MAKE_ENV} ${MAKE} + +do-install: + cd ${WRKSRC}/Plugin && ${INSTALL_PROGRAM} npflash.so ${MOZ_PLUGDIR} + +.include "${LIBFLASHDIR}/Makefile.common" diff --git a/graphics/moz-flash/PLIST b/graphics/moz-flash/PLIST new file mode 100644 index 00000000000..1eec7ded3f9 --- /dev/null +++ b/graphics/moz-flash/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/01 00:30:34 hubertf Exp $ +lib/mozilla/plugins/npflash.so |