diff options
author | wiz <wiz> | 2002-07-02 12:47:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-02 12:47:47 +0000 |
commit | 749448417810516e15a8460eed62545ff6d6d501 (patch) | |
tree | 9ceaa518bd3150691f91c3a4ceebb31ff66d5b34 /graphics/ns-flash | |
parent | 1b90b8e2ed27f29285dbc2f9c302c0cb4abe7182 (diff) | |
download | pkgsrc-749448417810516e15a8460eed62545ff6d6d501.tar.gz |
Much more pkglint friendly.
Diffstat (limited to 'graphics/ns-flash')
-rw-r--r-- | graphics/ns-flash/Makefile | 24 | ||||
-rw-r--r-- | graphics/ns-flash/distinfo | 3 |
2 files changed, 14 insertions, 13 deletions
diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile index f37b5d8c1b1..37b7647db06 100644 --- a/graphics/ns-flash/Makefile +++ b/graphics/ns-flash/Makefile @@ -1,9 +1,21 @@ -# $NetBSD: Makefile,v 1.15 2002/04/04 12:29:48 tron Exp $ +# $NetBSD: Makefile,v 1.16 2002/07/02 12:47:47 wiz Exp $ + +DISTNAME= flash_${DISTUNAME} +CATEGORIES= graphics www +MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/${SUB}/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.flash.com/ +COMMENT= MacroMedia Flash Player Netscape plugin ONLY_FOR_PLATFORM= *-*-i386 SunOS-*-sparc +DIST_SUBDIR= flash/${FLASH_VERS} + .include "../../mk/bsd.prefs.mk" +SUB= english/${DISTUNAME}/${FLASH_VERS} + .if (${MACHINE_ARCH} == "i386") FLASH_VERS= 5.0r47 DEPENDS+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat @@ -20,20 +32,10 @@ FLASH_VERS= 5.0 .endif PKGNAME= ns-flash-${FLASH_VERS:S/r/./} -DISTNAME= flash_${DISTUNAME} -DIST_SUBDIR= flash/${FLASH_VERS} -CATEGORIES= graphics www -SUB= english/${DISTUNAME}/${FLASH_VERS} -MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/${SUB}/ - # Must update communicator/navigator to at least 4.76nb1 CONFLICTS+= communicator<=4.76nb1 CONFLICTS+= navigator<=4.76nb1 -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.flash.com/ -COMMENT= MacroMedia Flash Player Netscape plugin - RESTRICTED= "Redistribution not permitted" NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} diff --git a/graphics/ns-flash/distinfo b/graphics/ns-flash/distinfo index 58be6028db9..f10f387301e 100644 --- a/graphics/ns-flash/distinfo +++ b/graphics/ns-flash/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/05/09 21:13:34 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/07/02 12:47:47 wiz Exp $ SHA1 (flash/5.0r47/flash_linux.tar.gz) = e40030f0a62104ffed7997723a3e412e2d403476 Size (flash/5.0r47/flash_linux.tar.gz) = 574724 bytes SHA1 (flash/5.0r52/flash_solaris.tar.gz) = c6e71f85ad9dfb00814f3aa574c88d73ac987586 Size (flash/5.0r52/flash_solaris.tar.gz) = 627444 bytes - |