diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-26 14:48:23 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-26 14:48:23 +0000 |
commit | e1862a74552a65ec51003231627ca688b078d375 (patch) | |
tree | e559e7e03a35f5dc8594b999bb701805701923ad /multimedia | |
parent | a3a9f7dcfad739f873069aeb3bdf0767d1e5b718 (diff) | |
download | pkgsrc-e1862a74552a65ec51003231627ca688b078d375.tar.gz |
Move moz-flash to the multimedia category (coming from graphics).
This is version 1.0nb4.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/moz-flash/DESCR | 3 | ||||
-rw-r--r-- | multimedia/moz-flash/Makefile | 32 | ||||
-rw-r--r-- | multimedia/moz-flash/PLIST | 2 |
3 files changed, 37 insertions, 0 deletions
diff --git a/multimedia/moz-flash/DESCR b/multimedia/moz-flash/DESCR new file mode 100644 index 00000000000..c627423043c --- /dev/null +++ b/multimedia/moz-flash/DESCR @@ -0,0 +1,3 @@ +A flash plugin for Gecko based browers, including Netscape 6.x, +Mozilla, and Gaelon. Shockwave is NOT supported. Audio support +is currently broken. diff --git a/multimedia/moz-flash/Makefile b/multimedia/moz-flash/Makefile new file mode 100644 index 00000000000..b510ed8fbcb --- /dev/null +++ b/multimedia/moz-flash/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 14:48:23 jmmv Exp $ +# + +.include "../../multimedia/libflash/Makefile.common" + +PKGNAME= moz-flash-1.0 +PKGREVISION= 4 + +MAINTAINER= joda@NetBSD.org +COMMENT= Mozilla open source Flash(tm) plugin + +DEPENDS+= mozilla>=0.9.9:../../www/mozilla + +USE_BUILDLINK2= YES +USE_X11= YES +USE_LIBTOOL= YES + +BUILD_DIRS= ${WRKSRC}/Plugin +CPPFLAGS+= -DDEV_DSP=\\\"${DEVOSSSOUND}\\\" +MAKE_ENV+= SHLIBTOOL="${PKGSHLIBTOOL}" +MAKE_ENV+= MOZ_PLUGDIR="${MOZ_PLUGDIR}" + +MOZ_PLUGDIR= ${PREFIX}/lib/mozilla/plugins + +do-install: + ${INSTALL_DATA_DIR} ${MOZ_PLUGDIR} + cd ${WRKSRC}/Plugin && \ + ${INSTALL_PROGRAM} .libs/npflash.so ${MOZ_PLUGDIR} + +.include "../../multimedia/libflash/buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/moz-flash/PLIST b/multimedia/moz-flash/PLIST new file mode 100644 index 00000000000..0595fc13be2 --- /dev/null +++ b/multimedia/moz-flash/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/26 14:48:23 jmmv Exp $ +lib/mozilla/plugins/npflash.so |