summaryrefslogtreecommitdiff
path: root/multimedia/ns-flash/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2007-03-23 18:59:41 +0000
committerabs <abs@pkgsrc.org>2007-03-23 18:59:41 +0000
commit7a1f11dbc32a6cc53916767bf8e67aacaaef2b94 (patch)
tree483ef91a64a8b094e1239db1e02058253cba953c /multimedia/ns-flash/Makefile
parent3a9b8c46ef61d4825475f533f1258569529f8ade (diff)
downloadpkgsrc-7a1f11dbc32a6cc53916767bf8e67aacaaef2b94.tar.gz
Update ns-flash to 9.0.31nb1:
- Add a nspluginwrapper option (enabled by default on non Linux x86 platforms) which pulls in nspluginwrapper and libflashsupport, and enables a INSTALL script which enables the plugin wrapper Copy of note in options.mk: # XXXX: If nspluginwrapper is enabled and this package is installed after # firefox (or similar) it will install a system wide wrapped plugin into # @PREFIX/lib/<browser>/plugins. If it is installed before a browser # it will install a plugin for the current user in ~/.mozilla/plugins/ # or similar. This is inconsistant and potentially confusing.
Diffstat (limited to 'multimedia/ns-flash/Makefile')
-rw-r--r--multimedia/ns-flash/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/ns-flash/Makefile b/multimedia/ns-flash/Makefile
index a717a5f5fd7..9a3482bf0df 100644
--- a/multimedia/ns-flash/Makefile
+++ b/multimedia/ns-flash/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2007/02/22 19:26:51 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2007/03/23 18:59:41 abs Exp $
CATEGORIES= multimedia www
+PKGREVISION= 1
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -57,6 +58,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${NS_PLUGINS_DIR}
${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR}
+.include "../../mk/bsd.prefs.mk"
+.include "options.mk"
+
.if ${OPSYS} != "SunOS"
.include "../../emulators/suse_linux/Makefile.application"
.endif