summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-30 17:24:49 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-30 17:24:49 +0000
commitadf8da23f989c7a95b758dd9d596f42b696cf060 (patch)
tree4e0e825152cc7f7b523961bde9873273751ba5d2 /misc
parentdf2aa4d2db9d731d683e81afc06a0880f22b1929 (diff)
downloadpkgsrc-adf8da23f989c7a95b758dd9d596f42b696cf060.tar.gz
Build the Linux based package for DragonFly as well.
Diffstat (limited to 'misc')
-rw-r--r--misc/openoffice2-bin/Makefile9
-rw-r--r--misc/openoffice2-bin/Makefile.DragonFly.i3867
2 files changed, 14 insertions, 2 deletions
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile
index aa374c3b29c..98c9f1274e1 100644
--- a/misc/openoffice2-bin/Makefile
+++ b/misc/openoffice2-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/01/21 20:40:00 tron Exp $
+# $NetBSD: Makefile,v 1.14 2006/01/30 17:24:49 joerg Exp $
PKGNAME= openoffice-bin-2.0.1
CATEGORIES= misc
@@ -28,7 +28,7 @@ CONFLICTS+= openoffice2-bin-[0-9]*
CONFLICTS+= openoffice-linux-[0-9]*
ONLY_FOR_PLATFORM= NetBSD-1.6*-i386 NetBSD-[2-9]*-i386
-ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86
+ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 DragonFly-*-i386
TEMP?= ${WRKSRC}
CHECK_SHLIBS= no
@@ -58,6 +58,11 @@ WRKSRC= ${WRKDIR}/OOA680_m1_native_packed-1_en-US.8990/RPMS
. endif
.endif
+.if ${OPSYS} == "DragonFly"
+DISTNAME= OOo_2.0.1_LinuxIntel_install
+WRKSRC= ${WRKDIR}/OOA680_m1_native_packed-1_en-US.8990/RPMS
+.endif
+
.if ${OPSYS} == "Linux"
.if ${ARCH} == "i386"
DISTNAME= OOo_2.0.1_LinuxIntel_install
diff --git a/misc/openoffice2-bin/Makefile.DragonFly.i386 b/misc/openoffice2-bin/Makefile.DragonFly.i386
new file mode 100644
index 00000000000..e7c13eebb9d
--- /dev/null
+++ b/misc/openoffice2-bin/Makefile.DragonFly.i386
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile.DragonFly.i386,v 1.1 2006/01/30 17:24:49 joerg 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
+
+.include "../../emulators/suse_linux/Makefile.application"