summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-07-29 05:18:36 +0000
committerjlam <jlam@pkgsrc.org>2007-07-29 05:18:36 +0000
commit33f30156fb37245b360bbc293320402ecf1aba41 (patch)
tree45cad36d8470a568b9136017b2dd79c9efcc65bc /misc
parentffe106498e5f63e2e945d5b6b2ac8807a10ae78f (diff)
downloadpkgsrc-33f30156fb37245b360bbc293320402ecf1aba41.tar.gz
* Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
Diffstat (limited to 'misc')
-rw-r--r--misc/latin-words-bin/Makefile13
-rw-r--r--misc/openoffice-bin/Makefile93
-rw-r--r--misc/openoffice-bin/Makefile.NetBSD.i38610
-rw-r--r--misc/openoffice-bin/PLIST6
-rw-r--r--misc/openoffice-bin/PLIST.linux-i386 (renamed from misc/openoffice-bin/PLIST.LinuxIntel)7
-rw-r--r--misc/openoffice-bin/PLIST.solaris-i386 (renamed from misc/openoffice-bin/PLIST.SolarisIntel)7
-rw-r--r--misc/openoffice-bin/PLIST.solaris-sparc (renamed from misc/openoffice-bin/PLIST.SolarisSparc)7
-rw-r--r--misc/openoffice2-bin/Makefile88
-rw-r--r--misc/openoffice2-bin/Makefile.DragonFly.i3867
-rw-r--r--misc/openoffice2-bin/Makefile.NetBSD.i3867
10 files changed, 77 insertions, 168 deletions
diff --git a/misc/latin-words-bin/Makefile b/misc/latin-words-bin/Makefile
index 84514180e2a..0510e4bdff8 100644
--- a/misc/latin-words-bin/Makefile
+++ b/misc/latin-words-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/02/22 19:26:49 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2007/07/29 05:19:35 jlam Exp $
#
DISTNAME= words-1.97-linux
@@ -11,14 +11,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://users.erols.com/whitaker/wordslux.htm
COMMENT= Latin-to-English dictionary program (Linux binary)
-WRKSRC= ${WRKDIR}/words-1.97
-NO_CONFIGURE= YES
-
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD"
-DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
-.endif
+EMUL_PLATFORMS= linux-i386
+EMUL_MODULES.linux= base
+WRKSRC= ${WRKDIR}/words-1.97
INSTALLATION_DIRS= bin libexec
do-build:
@@ -38,5 +34,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/latin-words
.endfor
-.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/openoffice-bin/Makefile b/misc/openoffice-bin/Makefile
index 602e4039e06..ea90ee8364c 100644
--- a/misc/openoffice-bin/Makefile
+++ b/misc/openoffice-bin/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.20 2007/02/27 13:52:04 hira Exp $
+# $NetBSD: Makefile,v 1.21 2007/07/29 05:19:35 jlam Exp $
+DISTNAME= openoffice-bin # overridden below
PKGNAME= openoffice-bin-${OO_VER}
PKGREVISION= 3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= openoffice-linux-112-services.rdb.bz2
-SITES.openoffice-linux-112-services.rdb.bz2=http://www.fs.tum.de/~mrauch/OpenOffice/download/\
+SITES.openoffice-linux-112-services.rdb.bz2= \
+ http://www.fs.tum.de/~mrauch/OpenOffice/download/ \
ftp://ftp.NetBSD.org/pub/NetBSD/misc/mrauch/
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \
openoffice-linux-112-services.rdb.bz2
@@ -15,58 +17,51 @@ MAINTAINER= mrauch@NetBSD.org
HOMEPAGE= http://www.openoffice.org/
COMMENT= Integrated office productivity suite (binary pkg)
-OO_VER= 1.1.5
-PLIST_SUBST+= VER=${OO_VER:Q}
-MESSAGE_SUBST+= VER=${OO_VER}
-
-NO_BUILD= yes
-NO_CONFIGURE= yes
-
CONFLICTS+= staroffice-[0-9]*
CONFLICTS+= openoffice-[0-9]*
CONFLICTS+= openoffice2-[0-9]*
CONFLICTS+= openoffice-linux-[0-9]*
-ONLY_FOR_PLATFORM= NetBSD-1.6*-i386 NetBSD-[2-9]*-i386
+OO_VER= 1.1.5
+PLIST_SUBST+= VER=${OO_VER:Q}
+MESSAGE_SUBST+= VER=${OO_VER}
+
# Install fails with "_sys_thread_create() failed, errno = 14"
-#ONLY_FOR_PLATFORM+= NetBSD-1.6*-sparc* NetBSD-[2-9]*-sparc*
-ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86
-ONLY_FOR_PLATFORM+= SunOS-*-*
+NOT_FOR_PLATFORM+= NetBSD-*-sparc*
TEMP?= ${WRKDIR}
-CHECK_SHLIBS_SUPPORTED= no
+BUILD_DIRS= # empty
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
+EMUL_PLATFORMS= linux-i386
+EMUL_PLATFORMS+= solaris-i386 solaris-sparc
+EMUL_MODULES.linux= compat x11
+SUSE_VERSION_REQD= 7.3
-. if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
-. if !exists(/emul/svr4/usr/lib/ld.so)
-PKG_FAIL_REASON= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)'
-. endif
-DISTNAME= OOo_${OO_VER}_SolarisSparc_install
-WRKSRC= ${WRKDIR}/OOo_${OO_VER}_Solaris_Sparc_install
-. elif ${MACHINE_ARCH} == "i386"
-DISTNAME= OOo_${OO_VER}_LinuxIntel_install
-. endif
-
-.elif ${OPSYS} == "Linux" && ${MACHINE_ARCH} == "i386"
-DISTNAME= OOo_${OO_VER}_LinuxIntel_install
+.include "../../mk/bsd.prefs.mk"
-.elif ${OPSYS} == "SunOS"
-. if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
-DISTNAME= OOo_${OO_VER}_SolarisSparc_install
-WRKSRC= ${WRKDIR}/OOo_${OO_VER}_Solaris_Sparc_install
-. elif ${MACHINE_ARCH} == "i386"
-DISTNAME= OOo_${OO_VER}_Solarisx86_install
-WRKSRC= ${WRKDIR}/OOo_${OO_VER}_Solaris_x86_install
-. endif
+.if ${EMUL_PLATFORM} == "linux-i386"
+DISTNAME= OOo_${OO_VER}_LinuxIntel_install
+.elif ${EMUL_PLATFORM} == "solaris-i386"
+DISTNAME= OOo_${OO_VER}_Solarisx86_install
+WRKSRC= ${WRKDIR}/OOo_${OO_VER}_Solaris_x86_install
+.elif ${EMUL_PLATFORM} == "solaris-sparc"
+DISTNAME= OOo_${OO_VER}_SolarisSparc_install
+WRKSRC= ${WRKDIR}/OOo_${OO_VER}_Solaris_Sparc_install
.endif
-DISTNAME?= OOo_${OO_VER}_LinuxIntel_install
-
INSTALLATION_DIRS= bin
+.if ${OPSYS} == "NetBSD"
+.PHONY: check-proc-cmdline
+pre-install: check-proc-cmdline
+check-proc-cmdline:
+ if ${TEST} ! -f /proc/curproc/cmdline && \
+ ${TEST} ! -f ${OPSYS_EMULDIR}/proc/curproc/cmdline; then \
+ ${ECHO} "Please mount ${OPSYS_EMULDIR}/proc or /proc"; \
+ exit 1; \
+ fi
+.endif
+
pre-install:
${CP} ${WRKSRC}/setup.ins ${WRKSRC}/setup.ins.orig
${SED} -e "s|/usr/bin/soffice|${PREFIX}/bin/soffice.orig|g" \
@@ -90,24 +85,4 @@ do-install:
${LN} -sf ${PREFIX}/OpenOffice.org${OO_VER}/program/${i} ${PREFIX}/bin/${i}
.endfor
-# everything specific to your OS/Arch goes into its own Makefile
-
-.if exists(Makefile.${OPSYS}.${MACHINE_ARCH})
-. include "Makefile.${OPSYS}.${MACHINE_ARCH}"
-.endif
-
-.if defined(DISTNAME)
-. if ${DISTNAME} == "OOo_${OO_VER}_SolarisSparc_install"
-PLIST_SRC= ${PKGDIR}/PLIST.SolarisSparc
-. elif ${DISTNAME} == "OOo_${OO_VER}_Solarisx86_install"
-PLIST_SRC= ${PKGDIR}/PLIST.SolarisIntel
-. elif ${DISTNAME} == "OOo_${OO_VER}_LinuxIntel_install"
-PLIST_SRC= ${PKGDIR}/PLIST.LinuxIntel
-. else
-PKG_FAIL_REASON= '${PKGNAME}: cannot figure out which PLIST to use'
-. endif
-.else
-DISTNAME= # Dummy to prevent error from missing DISTNAME
-.endif
-
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/openoffice-bin/Makefile.NetBSD.i386 b/misc/openoffice-bin/Makefile.NetBSD.i386
deleted file mode 100644
index 3fe4eabbb2a..00000000000
--- a/misc/openoffice-bin/Makefile.NetBSD.i386
+++ /dev/null
@@ -1,10 +0,0 @@
-# $NetBSD: Makefile.NetBSD.i386,v 1.4 2007/02/22 19:26:50 wiz 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"
diff --git a/misc/openoffice-bin/PLIST b/misc/openoffice-bin/PLIST
new file mode 100644
index 00000000000..ed76e006a42
--- /dev/null
+++ b/misc/openoffice-bin/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.3 2007/07/29 05:19:36 jlam Exp $
+bin/scalc
+bin/sdraw
+bin/simpress
+bin/soffice
+bin/swriter
diff --git a/misc/openoffice-bin/PLIST.LinuxIntel b/misc/openoffice-bin/PLIST.linux-i386
index 816088d9f2a..ab349a38453 100644
--- a/misc/openoffice-bin/PLIST.LinuxIntel
+++ b/misc/openoffice-bin/PLIST.linux-i386
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.LinuxIntel,v 1.3 2005/10/03 16:09:43 mrauch Exp $
+@comment $NetBSD: PLIST.linux-i386,v 1.1 2007/07/29 05:19:39 jlam Exp $
OpenOffice.org${VER}/LICENSE
OpenOffice.org${VER}/LICENSE.html
OpenOffice.org${VER}/README
@@ -4825,11 +4825,6 @@ OpenOffice.org${VER}/user/gallery/sg100.sdv
OpenOffice.org${VER}/user/gallery/sg100.thm
OpenOffice.org${VER}/user/gallery/sg30.sdv
OpenOffice.org${VER}/user/gallery/sg30.thm
-bin/scalc
-bin/sdraw
-bin/simpress
-bin/soffice
-bin/swriter
@dirrm OpenOffice.org${VER}/user/wordbook
@dirrm OpenOffice.org${VER}/user/uno_packages
@dirrm OpenOffice.org${VER}/user/template
diff --git a/misc/openoffice-bin/PLIST.SolarisIntel b/misc/openoffice-bin/PLIST.solaris-i386
index 6e3638abafe..269cb84b5c9 100644
--- a/misc/openoffice-bin/PLIST.SolarisIntel
+++ b/misc/openoffice-bin/PLIST.solaris-i386
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.SolarisIntel,v 1.3 2005/10/03 16:09:43 mrauch Exp $
+@comment $NetBSD: PLIST.solaris-i386,v 1.1 2007/07/29 05:19:39 jlam Exp $
OpenOffice.org${VER}/LICENSE
OpenOffice.org${VER}/LICENSE.html
OpenOffice.org${VER}/README
@@ -5016,11 +5016,6 @@ OpenOffice.org${VER}/user/gallery/sg100.sdv
OpenOffice.org${VER}/user/gallery/sg100.thm
OpenOffice.org${VER}/user/gallery/sg30.sdv
OpenOffice.org${VER}/user/gallery/sg30.thm
-bin/scalc
-bin/sdraw
-bin/simpress
-bin/soffice
-bin/swriter
@dirrm OpenOffice.org${VER}/user/wordbook
@dirrm OpenOffice.org${VER}/user/uno_packages
@dirrm OpenOffice.org${VER}/user/template
diff --git a/misc/openoffice-bin/PLIST.SolarisSparc b/misc/openoffice-bin/PLIST.solaris-sparc
index 13e413f4a6f..169f4855aab 100644
--- a/misc/openoffice-bin/PLIST.SolarisSparc
+++ b/misc/openoffice-bin/PLIST.solaris-sparc
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.SolarisSparc,v 1.3 2005/10/03 16:09:43 mrauch Exp $
+@comment $NetBSD: PLIST.solaris-sparc,v 1.1 2007/07/29 05:19:39 jlam Exp $
OpenOffice.org${VER}/LICENSE
OpenOffice.org${VER}/LICENSE.html
OpenOffice.org${VER}/README
@@ -5016,11 +5016,6 @@ OpenOffice.org${VER}/user/gallery/sg100.sdv
OpenOffice.org${VER}/user/gallery/sg100.thm
OpenOffice.org${VER}/user/gallery/sg30.sdv
OpenOffice.org${VER}/user/gallery/sg30.thm
-bin/scalc
-bin/sdraw
-bin/simpress
-bin/soffice
-bin/swriter
@dirrm OpenOffice.org${VER}/user/wordbook
@dirrm OpenOffice.org${VER}/user/uno_packages
@dirrm OpenOffice.org${VER}/user/template
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile
index c51afbc93b9..ad15887437d 100644
--- a/misc/openoffice2-bin/Makefile
+++ b/misc/openoffice2-bin/Makefile
@@ -1,90 +1,62 @@
-# $NetBSD: Makefile,v 1.29 2007/06/20 18:15:31 tron Exp $
+# $NetBSD: Makefile,v 1.30 2007/07/29 05:19:40 jlam Exp $
+DISTNAME= openoffice2-bin # overridden below
PKGNAME= openoffice2-bin-${OO_RELEASE}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_RELEASE}/}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= mrauch@NetBSD.org
HOMEPAGE= http://www.openoffice.org/
COMMENT= Integrated office productivity suite (binary pkg)
-BUILD_DEPENDS+= rpm2pkg>=2.1:../../pkgtools/rpm2pkg
-
-RPM2PKG= ${PREFIX}/sbin/rpm2pkg
-RPM2PKGARGS= -d ${PREFIX} -f ${WRKDIR}/PLIST.nouniq -s 1
-
-OO_VER= 2.2
-OO_RELEASE= 2.2.1
-PLIST_SUBST+= VER=${OO_VER:Q}
-MESSAGE_SUBST+= VER=${OO_VER:Q}
-FILES_SUBST+= VER=${OO_VER:Q}
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
CONFLICTS+= staroffice-[0-9]*
CONFLICTS+= openoffice-[0-9]*
CONFLICTS+= openoffice-bin-[0-9]*
CONFLICTS+= openoffice2-[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 DragonFly-*-i386
+OO_VER= 2.2
+OO_RELEASE= 2.2.1
+PLIST_SUBST+= VER=${OO_VER:Q}
+MESSAGE_SUBST+= VER=${OO_VER:Q}
+FILES_SUBST+= VER=${OO_VER:Q}
TEMP?= ${WRKSRC}
-CHECK_SHLIBS_SUPPORTED= no
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+BUILD_DIRS= # empty
PLIST_SRC= ${PKGDIR}/PLIST.proglinks
PLIST_SRC+= ${WRKDIR}/PLIST
-.include "../../mk/bsd.prefs.mk"
-
-# group together i386, i486, i586 and i686 (for Linux)
-#
-ARCH= ${MACHINE_ARCH:C/i[3-6]86/i386/g}
+EMUL_PLATFORMS= linux-i386
+#EMUL_PLATFORMS+= solaris-i386 solaris-sparc
+EMUL_MODULES.linux= compat freetype2 x11
+SUSE_VERSION_REQD= 7.3
-.if ${OPSYS} == "NetBSD"
-DISTNAME= OOo_${OO_RELEASE}_LinuxIntel_install_en-US
-WRKSRC= ${WRKDIR}/OOF680_m18_native_packed-1_en-US.9161
-.endif
+EMUL_PKG_FMT= rpm
+RPMFILES= ${WRKSRC}/RPMS/*.rpm
+RPM2PKG_PREFIX= ${PREFIX}
+RPM2PKG_SUBPREFIX= ${EMULSUBDIR}
+RPM2PKG_STAGE= do-install
+RUN_LDCONFIG= no
-.if ${OPSYS} == "DragonFly"
-DISTNAME= OOo_${OO_RELEASE}_LinuxIntel_install_en-US
-WRKSRC= ${WRKDIR}/OOF680_m18_native_packed-1_en-US.9161
-.endif
-
-.if ${OPSYS} == "Linux"
-.if ${ARCH} == "i386"
-DISTNAME= OOo_${OO_RELEASE}_LinuxIntel_install_en-US
-WRKSRC= ${WRKDIR}/OOF680_m18_native_packed-1_en-US.9161
-.endif
-.endif
-
-.if ${OPSYS} == "SunOS"
-.if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
-DISTNAME= OOo_${OO_RELEASE}_SolarisSparc_install_en-US
-WRKSRC= ${WRKDIR}/OOF680_m14_native_packed-1_en-US.9134/packages
-.elif ${MACHINE_ARCH} == "i386"
-DISTNAME= OOo_${OO_RELEASE}_Solarisx86_install_en-US
-WRKSRC= ${WRKDIR}/OOF680_m14_native_packed-1_en-US.9134/packages
-.endif
-.endif
-
-# everything specific to your OS/Arch goes into its own Makefile
+.include "../../mk/bsd.prefs.mk"
-.if exists(Makefile.${OPSYS}.${ARCH})
-. include "Makefile.${OPSYS}.${ARCH}"
+.if ${EMUL_PLATFORM} == "linux-i386"
+DISTNAME= OOo_${OO_RELEASE}_LinuxIntel_install_en-US
+WRKSRC= ${WRKDIR}/OOF680_m18_native_packed-1_en-US.9161
+.elif ${EMUL_PLATFORM} == "solaris-i386"
+DISTNAME= OOo_${OO_RELEASE}_Solarisx86_install_en-US
+WRKSRC= ${WRKDIR}/OOF680_m14_native_packed-1_en-US.9134/packages
+.elif ${EMUL_PLATFORM} == "solaris-sparc"
+DISTNAME= OOo_${OO_RELEASE}_SolarisSparc_install_en-US
+WRKSRC= ${WRKDIR}/OOF680_m14_native_packed-1_en-US.9134/packages
.endif
-DISTNAME?= OOo_${OO_RELEASE}_LinuxIntel_install_en-US
-
.include "options.mk"
do-install:
- ${RM} -f ${WRKDIR}/PLIST.nouniq
- ${RPM2PKG} ${RPM2PKGARGS} ${WRKSRC}/RPMS/*.rpm
- uniq ${WRKDIR}/PLIST.nouniq >${WRKDIR}/PLIST
+ uniq ${RPM2PKG_PLIST} > ${WRKDIR}/PLIST
.if defined(PKG_JVM) && !empty(PKG_JVM)
${RM} -f ${PREFIX}/bin/soffice
${SED} -e "s|@@PREFIX@@|${PREFIX}|g" -e "s|@@OO_VER@@|${OO_VER}|g" \
diff --git a/misc/openoffice2-bin/Makefile.DragonFly.i386 b/misc/openoffice2-bin/Makefile.DragonFly.i386
deleted file mode 100644
index f5c438da215..00000000000
--- a/misc/openoffice2-bin/Makefile.DragonFly.i386
+++ /dev/null
@@ -1,7 +0,0 @@
-# $NetBSD: Makefile.DragonFly.i386,v 1.2 2006/07/02 09:28:37 ghen 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"
diff --git a/misc/openoffice2-bin/Makefile.NetBSD.i386 b/misc/openoffice2-bin/Makefile.NetBSD.i386
deleted file mode 100644
index d16dff20592..00000000000
--- a/misc/openoffice2-bin/Makefile.NetBSD.i386
+++ /dev/null
@@ -1,7 +0,0 @@
-# $NetBSD: Makefile.NetBSD.i386,v 1.3 2006/07/02 09:28:37 ghen 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"