summaryrefslogtreecommitdiff
path: root/multimedia/ns-flash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/ns-flash/Makefile')
-rw-r--r--multimedia/ns-flash/Makefile56
1 files changed, 25 insertions, 31 deletions
diff --git a/multimedia/ns-flash/Makefile b/multimedia/ns-flash/Makefile
index a2e88851f7f..0c9e13f7dee 100644
--- a/multimedia/ns-flash/Makefile
+++ b/multimedia/ns-flash/Makefile
@@ -1,33 +1,44 @@
-# $NetBSD: Makefile,v 1.23 2007/07/17 09:31:53 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2007/07/29 05:19:45 jlam Exp $
CATEGORIES= multimedia www
-PKGREVISION= 2
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.flash.com/
COMMENT= MacroMedia Flash Player Netscape plugin
-ONLY_FOR_PLATFORM= *-*-i386 SunOS-*-sparc
-NOT_FOR_PLATFORM= SunOS-*-i386
+# Must update communicator/navigator to at least 4.76nb1
+CONFLICTS+= communicator<=4.76nb1
+CONFLICTS+= navigator<=4.76nb1
+
+LICENSE= flash-license
+RESTRICTED= Redistribution not permitted
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}/${WRKNAME}
+BUILD_DIRS= # empty
DIST_SUBDIR= flash/${FLASH_VERS}
-SUSE_COMPAT32= yes
-SUSE_COMPAT32_OPT= yes
+CRYPTO= yes
+
+EMUL_PLATFORMS= linux-i386
+EMUL_PLATFORMS+= solaris-sparc
+EMUL_MODULES.linux= compat gtk2 x11
+SUSE_VERSION_REQD= 9.0
+
.include "../../mk/bsd.prefs.mk"
-.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
-FLASH_VERS= 9.0r31
-DEPENDS+= suse_compat>=9.0:../../emulators/${SUSE_DIR_PREFIX}_compat
-DEPENDS+= suse_x11>=9.0:../../emulators/${SUSE_DIR_PREFIX}_x11
-DEPENDS+= suse_gtk2>=9.0:../../emulators/${SUSE_DIR_PREFIX}_gtk2
+.if ${EMUL_PLATFORM} == "linux-i386"
+FLASH_VERS= 9.0r48
DISTUNAME= linux
DISTNAME= install_flash_player_9_${DISTUNAME}
WRKNAME= install_flash_player_9_${DISTUNAME}
-.elif ${MACHINE_ARCH} == "sparc" && ${OPSYS} == "SunOS"
+.elif ${EMUL_PLATFORM} == "solaris-sparc"
FLASH_VERS= 7.0r67
+PKGREVISION= 2
DISTUNAME= solaris
DISTNAME= install_flash_player_7_${DISTUNAME}_sparc
WRKNAME= install_flash_player_7_${DISTUNAME}
@@ -38,30 +49,13 @@ DISTNAME= flash_player
.endif
PKGNAME= ns-flash-${FLASH_VERS:S/r/./}
-# Must update communicator/navigator to at least 4.76nb1
-CONFLICTS+= communicator<=4.76nb1
-CONFLICTS+= navigator<=4.76nb1
-
-LICENSE= flash-license
-RESTRICTED= Redistribution not permitted
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-CRYPTO= yes
-
NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
+.include "options.mk"
+
do-install:
${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${NS_PLUGINS_DIR}
${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR}
-.include "options.mk"
-.if ${OPSYS} != "SunOS"
-. include "../../emulators/suse_linux/Makefile.application"
-.endif
.include "../../mk/bsd.pkg.mk"