diff options
author | tron <tron@pkgsrc.org> | 2004-05-13 11:37:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-05-13 11:37:50 +0000 |
commit | f7e83645df77612c8ec1eb2fcf70d8f6d80a6a3f (patch) | |
tree | 22813f092afeea5acc2e438a016596cb062a1f45 /www/opera/Makefile | |
parent | 08e6814b55cdee21d6915ae29ae9fb80331b46ab (diff) | |
download | pkgsrc-f7e83645df77612c8ec1eb2fcf70d8f6d80a6a3f.tar.gz |
Remove outdated an insecure packages for Opera 5.x and 6.x.
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile deleted file mode 100644 index c8011ac549a..00000000000 --- a/www/opera/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# $NetBSD: Makefile,v 1.30 2003/07/17 22:55:44 grant Exp $ - -DISTNAME= opera-5.0.1 -CATEGORIES= www -MASTER_SITES= http://opera.online.no/${OPERA_DIR}/ \ - ftp://ftp.opera.com/pub/opera/${OPERA_DIR}/ \ - ftp://ftp.tuwien.ac.at/infosys/browsers/opera/${OPERA_DIR}/ -DISTFILES= ${OPERAFILE} - -MAINTAINER= tron@NetBSD.org -HOMEPAGE= http://www.opera.com/ -COMMENT= Small, fast and customizable WWW client - -ONLY_FOR_PLATFORM= NetBSD-*-i386 SunOS-*-sparc - -LICENSE= opera-license - -.include "../../mk/bsd.prefs.mk" - -.if (${OPSYS} == NetBSD && ${MACHINE_ARCH} == i386) -# we need the DIST_SUBDIR=. because of the inclusion of suse's Makefile.common -DIST_SUBDIR= . -EXTRACT_ONLY= # empty -NO_BUILD= YES -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC - -DEPENDS+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat -DEPENDS+= suse_libjpeg>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libjpeg -DEPENDS+= suse_libpng>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libpng -DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11 - -OPERA_ARCH= ${MACHINE_ARCH} -OPERA_DIR= linux/500 -OPERAFILE= opera-static-5.0-1.${OPERA_ARCH}.rpm -RPMFILES= ${OPERAFILE} -post-install: - ${LN} -fs ../${EMULSUBDIR}/usr/bin/opera ${PREFIX}/bin -.include "../../emulators/suse_linux/Makefile.application" - -.elif (${OPSYS} == NetBSD && ${MACHINE_ARCH} == powerpc) -DEPENDS+= linuxppc_lib>=2000.4.2:../../emulators/linuxppc_lib - -OPERA_ARCH= ppc - -.elif (${OPSYS} == SunOS && ${MACHINE_ARCH} == sparc) -OPERA_ARCH= sparc -OPERA_DIR= unix/solaris -OPERAFILE= opera-5.0-b1-20010618.003-static.solaris.sparc.tar.gz -DISTNAME= opera-5.0b1 - -PLIST_SRC= PLIST.SunOS - -do-build: - ${SED} -e "s,@PREFIX@,${PREFIX},g" \ - < ${FILESDIR}/opera.sh > ${WRKDIR}/opera - -do-install: - cd ${WRKDIR}/opera-5.0-b1-20010618.003-static.solaris.sparc && \ - ./install.sh --prefix=${PREFIX} --docdir=${PREFIX}/share/doc/opera - mv ${PREFIX}/bin/opera ${PREFIX}/libexec/opera - ${INSTALL_SCRIPT} ${WRKDIR}/opera ${PREFIX}/bin - -.endif - -.include "../../mk/bsd.pkg.mk" |