summaryrefslogtreecommitdiff
path: root/misc/libreoffice4-bin/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-12-29 19:10:27 +0000
committerwiz <wiz@pkgsrc.org>2016-12-29 19:10:27 +0000
commit9e5f03cd8f787e543342721f53d2da1dbf05cf15 (patch)
treeaffd6313060026b46b50b5d8ce5e019c2a616590 /misc/libreoffice4-bin/Makefile
parentde9a2f3e20eb583ac34edf7cbb7c69c5b3eea48d (diff)
downloadpkgsrc-9e5f03cd8f787e543342721f53d2da1dbf05cf15.tar.gz
Remove old openoffice and libreoffice packages.
As discussed on pkgsrc-users.
Diffstat (limited to 'misc/libreoffice4-bin/Makefile')
-rw-r--r--misc/libreoffice4-bin/Makefile85
1 files changed, 0 insertions, 85 deletions
diff --git a/misc/libreoffice4-bin/Makefile b/misc/libreoffice4-bin/Makefile
deleted file mode 100644
index 430ead22bb6..00000000000
--- a/misc/libreoffice4-bin/Makefile
+++ /dev/null
@@ -1,85 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2016/03/04 00:31:49 youri Exp $
-
-DISTNAME= libreoffice4-bin # overridden below
-PKGNAME= libreoffice4-bin-${OO_RELEASE}
-CATEGORIES= misc
-
-MAINTAINER= ryoon@NetBSD.org
-HOMEPAGE= http://www.libreoffice.org/
-COMMENT= Integrated office productivity suite (binary pkg)
-LICENSE= gnu-lgpl-v3
-
-CONFLICTS+= staroffice-[0-9]*
-CONFLICTS+= openoffice-[0-9]*
-CONFLICTS+= openoffice-bin-[0-9]*
-CONFLICTS+= openoffice2-bin-[0-9]*
-CONFLICTS+= openoffice2-[0-9]*
-CONFLICTS+= openoffice3-[0-9]*
-CONFLICTS+= openoffice3-bin-[0-9]*
-CONFLICTS+= openoffice-linux-[0-9]*
-CONFLICTS+= libreoffice3-bin-[0-9]*
-CONFLICTS+= libreoffice5-bin-[0-9]*
-
-OO_VER= 4
-OO_BASEVER= ${OO_VER}.4
-OO_RELEASE= ${OO_BASEVER}.7
-OO_RELEASEV= ${OO_RELEASE}.2
-PLIST_SUBST+= VER=${OO_VER:Q} BASEVER=${OO_BASEVER:Q}
-MESSAGE_SUBST+= VER=${OO_VER:Q}
-FILES_SUBST+= VER=${OO_VER:Q}
-
-TEMP?= ${WRKSRC}
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-BUILD_DIRS= # empty
-
-PLIST_SRC= ${PKGDIR}/PLIST.proglinks
-PLIST_SRC+= ${WRKDIR}/PLIST
-PLIST_SRC+= ${PKGDIR}/PLIST.dirs
-
-EMUL_PLATFORMS= linux-i386 linux-x86_64
-#EMUL_PLATFORMS+= solaris-i386 solaris-sparc
-EMUL_MODULES.linux= freetype2 x11 locale png fontconfig cups gtk2 krb5
-EMUL_MODULES.linux+= dbus dbus-glib glx
-EMUL_REQD= suse>=11.3
-
-EMUL_PKG_FMT= rpm
-RPMFILES= ${WRKSRC}/RPMS/*.rpm
-RPM2PKG_PREFIX= ${DESTDIR}${PREFIX}
-RPM2PKG_SUBPREFIX= # empty
-RPM2PKG_STAGE= do-install
-RUN_LDCONFIG= no
-
-USE_TOOLS+= patch uniq
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${EMUL_PLATFORM} == "linux-i386"
-DISTNAME= LibreOffice_${OO_RELEASE}_Linux_x86_rpm
-WRKSRC= ${WRKDIR}/LibreOffice_${OO_RELEASEV}_Linux_x86_rpm
-MASTER_SITES= http://download.documentfoundation.org/libreoffice/stable/${OO_RELEASE}/rpm/x86/
-.elif ${EMUL_PLATFORM} == "linux-x86_64"
-DISTNAME= LibreOffice_${OO_RELEASE}_Linux_x86-64_rpm
-WRKSRC= ${WRKDIR}/LibreOffice_${OO_RELEASEV}_Linux_x86-64_rpm
-MASTER_SITES= http://download.documentfoundation.org/libreoffice/stable/${OO_RELEASE}/rpm/x86_64/
-.endif
-
-.include "options.mk"
-
-INSTALLATION_DIRS= bin share/applications
-
-do-install:
- ${UNIQ} ${RPM2PKG_PLIST} | \
- ${SED} -e 's,^@exec mkdir -m 755 -p %D/,@pkgdir,' > ${WRKDIR}/PLIST
- ${RM} -f ${DESTDIR}${PREFIX}/bin/soffice
- ${SED} -e "s|@@PREFIX@@|${PREFIX}|g" -e "s|@@OO_VER@@|${OO_VER}|g" \
- -e "s|@@JAVA_HOME@@|${PKG_JAVA_HOME}|g" \
- -e "s|@@OO_BASEVER@@|${OO_BASEVER}|g" \
- < ${FILESDIR}/soffice > ${DESTDIR}${PREFIX}/bin/soffice
- ${CHMOD} +x ${DESTDIR}${PREFIX}/bin/soffice
- ${INSTALL_DATA} ${FILESDIR}/*.desktop ${DESTDIR}${PREFIX}/share/applications
-.for i in sbase scalc sdraw simpress smath swriter
- ${LN} -sf ../opt/libreoffice${OO_BASEVER}/program/${i} ${DESTDIR}${PREFIX}/bin/${i}
-.endfor
-
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"