summaryrefslogtreecommitdiff
path: root/www/opera/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-10-27 04:12:22 +0000
committertron <tron@pkgsrc.org>2000-10-27 04:12:22 +0000
commitcda48aecf640cee0a7d8132c72c1bb014feedcf7 (patch)
treec9f77b92efd7c60ce5f5c91a02f07786779a901d /www/opera/Makefile
parent4056254343667a92f8611c2720e8bea11c114978 (diff)
downloadpkgsrc-cda48aecf640cee0a7d8132c72c1bb014feedcf7.tar.gz
Import new "opera" package:
Small, fast and customizable WWW client
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r--www/opera/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile
new file mode 100644
index 00000000000..fd6db2d938b
--- /dev/null
+++ b/www/opera/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/27 04:12:22 tron Exp $
+
+DISTNAME= opera-4.0-b2-static.i386
+PKGNAME= opera-4.0b2
+CATEGORIES= www
+MASTER_SITES= http://opera.online.no/linux/tgz/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.opera.com/
+
+DEPENDS+= suse_libjpeg>=6.4:../../emulators/suse_libjpeg
+DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+
+LICENSE= opera-license
+
+CHECK_SHLIBS= NO
+NO_BUILD= YES
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/doc/opera ${PREFIX}/share/opera/styles
+ cd ${WRKSRC} && \
+ ${INSTALL_SCRIPT} opera ${PREFIX}/bin && \
+ ${INSTALL_DATA} LICENSE README ${PREFIX}/share/doc/opera && \
+ ${INSTALL_DATA} opera.adr ${PREFIX}/share/opera && \
+ ${INSTALL_DATA} *.css ${PREFIX}/share/opera/styles
+
+.include "../../mk/bsd.pkg.mk"