pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice2-bin Build the Linux based package for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e71eecee369
branches:  trunk
changeset: 507310:4e71eecee369
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 30 17:24:49 2006 +0000

description:
Build the Linux based package for DragonFly as well.

diffstat:

 misc/openoffice2-bin/Makefile                |  9 +++++++--
 misc/openoffice2-bin/Makefile.DragonFly.i386 |  7 +++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 3c9e05f9bf85 -r 4e71eecee369 misc/openoffice2-bin/Makefile
--- a/misc/openoffice2-bin/Makefile     Mon Jan 30 17:22:09 2006 +0000
+++ b/misc/openoffice2-bin/Makefile     Mon Jan 30 17:24:49 2006 +0000
@@ -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+=            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 @@
 .  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 -r 3c9e05f9bf85 -r 4e71eecee369 misc/openoffice2-bin/Makefile.DragonFly.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice2-bin/Makefile.DragonFly.i386      Mon Jan 30 17:24:49 2006 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index