summaryrefslogtreecommitdiff
path: root/misc/openoffice-bin/Makefile.NetBSD.i386
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice-bin/Makefile.NetBSD.i386')
-rw-r--r--misc/openoffice-bin/Makefile.NetBSD.i38610
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/openoffice-bin/Makefile.NetBSD.i386 b/misc/openoffice-bin/Makefile.NetBSD.i386
new file mode 100644
index 00000000000..c078bd0cc79
--- /dev/null
+++ b/misc/openoffice-bin/Makefile.NetBSD.i386
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2005/02/24 13:50:19 mrauch Exp $
+
+DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
+DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
+
+.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"