summaryrefslogtreecommitdiff
path: root/misc/openoffice2-bin/Makefile.NetBSD.i386
diff options
context:
space:
mode:
authormrauch <mrauch@pkgsrc.org>2005-10-09 13:39:53 +0000
committermrauch <mrauch@pkgsrc.org>2005-10-09 13:39:53 +0000
commit73255c04214c80641491cc967fadace5b301923f (patch)
tree4688625ab33e2ff1ad342ab1c89ba2b58a5c7904 /misc/openoffice2-bin/Makefile.NetBSD.i386
parentcab31f738589abbb4937d01e446c730650c04347 (diff)
downloadpkgsrc-73255c04214c80641491cc967fadace5b301923f.tar.gz
OpenOffice.org is a multiplatform and multilingual office suite and an
open-source project. Compatible with all other major office suites, the product is free to download, use, and distribute. New features in version 2 include: * Open Standards XML File Format (OASIS OpenDocument) * New CustomShapes (compatible with Microsoft AutoShapes) * Enhanced PDF Export * New enhanced Database Frontend * Mail Merge Wizard * Support for Nested Tables * Digital Signatures Support * XForms Support * WordPerfect Filters A complete list is available at http://marketing.openoffice.org/2.0/featureguide.html. This package was submitted by Geert Hendrickx to tech-pkg, based on an earlier version posted there by myself.
Diffstat (limited to 'misc/openoffice2-bin/Makefile.NetBSD.i386')
-rw-r--r--misc/openoffice2-bin/Makefile.NetBSD.i38611
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/openoffice2-bin/Makefile.NetBSD.i386 b/misc/openoffice2-bin/Makefile.NetBSD.i386
new file mode 100644
index 00000000000..3420c4398b8
--- /dev/null
+++ b/misc/openoffice2-bin/Makefile.NetBSD.i386
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $
+
+DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
+DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
+DEPENDS+= suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2
+
+.if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline)
+PKG_FAIL_REASON= "please mount /emul/linux/proc or /proc"
+.endif
+
+.include "../../emulators/suse_linux/Makefile.application"