openbsd-ports/editors/openoffice/Makefile
robert fbbddf0e67 - remove some unused kludge from the Makefile;
- add Latvian language support; requested by nikns <nikns@secure.lv>
2006-11-26 20:59:07 +00:00

200 lines
5.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.36 2006/11/26 20:59:07 robert Exp $
ONLY_FOR_ARCHS= amd64 i386
COMMENT-main= "a multi-platform productivity suite"
COMMENT-kde= "optional integration of OpenOffice to the KDE environment"
COMMENT-java= "optional integration of OpenOffice java features"
VERSION= 2.0.4
DISTNAME= OOo_${VERSION}_src
WRKDIST= ${WRKDIR}/OOD680_m5
PKGNAME= openoffice-${VERSION}p19
PKGNAME-main= openoffice-${VERSION}p19
PKGNAME-kde= openoffice-kde-${VERSION}p16
PKGNAME-java= openoffice-java-${VERSION}p16
CATEGORIES= editors productivity
SHARED_LIBS= icudata 26.0 \
icui18n 26.0 \
icule 26.0 \
icuuc 26.0 \
stlport_gcc 4.5
MAINTAINER= Robert Nagy <robert@openbsd.org>
HOMEPAGE= http://www.openoffice.org/
MASTER_SITES= ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/OpenOffice/stable/${VERSION}/ \
ftp://ftp.tu-chemnitz.de/pub/openoffice/stable/${VERSION}/ \
ftp://ftp.nluug.nl/pub/office/openoffice/stable/${VERSION}/ \
http://vlaai.snt.utwente.nl/pub/software/openoffice/stable/${VERSION}/ \
ftp://openoffice.mirror.cygnal.ca/openoffice/stable/${VERSION}/ \
http://mirrors.protection.cx/~jolan/
MASTER_SITES0= http://www.bsd.hu/~robert/ooo/ \
http://humppa.hu/ooo/
DIST_SUBDIR= openoffice
# See http://www.openoffice.org/about.html#licenses
# and http://www.openoffice.org/license.html
# and http://www.openoffice.org/FAQs/faq-questions.html#licensing
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MULTI_PACKAGES= -main -kde -java
LANGS= bg br-pt de es fi fr hu it ja ko \
lt lv nl pl ru sl
.for l in ${LANGS}
MULTI_PACKAGES+= -i18n-$l
PKGNAME-i18n-$l= openoffice-i18n-$l-${VERSION}
COMMENT-i18n-$l= $l language pack for OpenOffice.Org
RUN_DEPENDS-i18n-$l= ::editors/openoffice
WANTLIB-i18n-$l=
LIB_DEPENDS-i18n-$l=
.endfor
BUILD_DEPENDS= :zip-*:archivers/zip \
:unzip-*:archivers/unzip \
:bison-*:devel/bison \
:pkgconfig-*:devel/pkgconfig \
:tcsh-*:shells/tcsh \
:p5-Archive-Zip-*:archivers/p5-Archive-Zip \
::textproc/libxslt \
::print/cups \
::devel/apache-ant \
:db-java-4.*:databases/db/v4,-java,java \
::devel/boost
MODULES+= python
LIB_DEPENDS-main=gdk-x11-2.0.>=400.14,gdk_pixbuf-2.0.>=400.14,gtk-x11-2.0.>=400.14::x11/gtk+2 \
python${MODPY_VERSION}:python-${MODPY_VERSION}*:lang/python/${MODPY_VERSION} \
db.>=4:db-4.*:databases/db/v4 \
curl.>=2::net/curl \
neon.>=24::net/neon \
sndfile.>=1::audio/libsndfile \
wpd.>=8::textproc/libwpd \
sablot.>=101::textproc/sablotron
WANTLIB-main= ICE SM X11 Xext Xrender atk-1.0 c cairo expat fontconfig \
freetype glib-2.0 gmodule-2.0 gobject-2.0 \
gthread-2.0 iconv intl ossaudio jpeg m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pthread stdc++ util xml2 z
RUN_DEPENDS-main=
MODULES+= x11/qt3
RUN_DEPENDS-kde= ::editors/openoffice
LIB_DEPENDS-kde= ${MODQT_LIB_DEPENDS} \
kabc,kdecore,kdeui,kio::x11/kde/libs3
WANTLIB-kde= X11 m
MODULES+= java
MODJAVA_VER= 1.4+
MODJAVA_JRERUN= Yes
LIB_DEPENDS-java=
RUN_DEPENDS-java= ${MODJAVA_RUN_DEPENDS} \
::editors/openoffice \
:db-java-4.*:databases/db/v4,-java,java
WANTLIB-java= c m pthread stdc++
USE_X11= Yes
USE_GMAKE= Yes
NO_REGRESS= Yes
VMEM_WARNING= Yes
PATCHFILES= go_oo_src680_20061105.diff:0 \
build-java-target.diff:0
PATCHORIG= .orig.port
WRKCONF= ${WRKSRC}/config_office
CONFIGURE_STYLE= autoconf no-autoheader
AUTOCONF_VERSION= 2.59
AUTOCONF_DIR= ${WRKCONF}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
QTINC="${MODQT_INCDIR}" QTDIR="${MODQT_LIBDIR}" \
PYTHON="${MODPY_BIN}"
CONFIGURE_ARGS= --disable-gnome-vfs \
--disable-mozilla \
--disable-odk \
--enable-cairo \
--enable-kde \
--with-system-jpeg \
--with-system-python \
--with-system-libxml \
--with-system-stdlibs \
--with-system-freetype \
--with-system-curl \
--with-system-zlib \
--with-system-expat \
--with-system-neon \
--with-system-db \
--with-system-sndfile \
--with-system-boost \
--with-system-libwpd \
--with-system-sablot \
--with-epm=internal \
--with-alloc=system \
--with-java \
--with-java-target-version=1.4 \
--with-jdk-home=${JAVA_HOME} \
--with-ant-home=${LOCALBASE}/ant/lib \
--with-db-jar=${LOCALBASE}/lib/db4/db.jar \
--with-lang="en-US ${LANGS}"
PSEUDO_FLAVORS= cleanobj
FLAVORS= debug
FLAVOR?=
.if ${FLAVOR:L:Mdebug}
CONFIGURE_ARGS+= --enable-symbols
.endif
MAKE_ENV+= envcflags="${CFLAGS}"
# kludge
TCSH= ${LOCALBASE}/bin/tcsh
.if ${FLAVOR:L:Mcleanobj}
BUILD_CMD= cd instsetoo_native && build.pl --all --dlv_switch -deloutput
.else
BUILD_CMD= dmake
.endif
pre-patch:
.for arch in intel x86-64
@cd ${WRKSRC}/bridges/source/cpp_uno && \
cp -R gcc3_freebsd_${arch} gcc3_openbsd_${arch} && \
perl -pi -e "s,FREEBSD,OPENBSD,g" gcc3_openbsd_${arch}/makefile.mk
.endfor
do-build:
@cd ${WRKBUILD} && \
./bootstrap && \
${SETENV} ${MAKE_ENV} ${TCSH} -c 'source OpenBSDEnv.Set && ${BUILD_CMD}'
do-install:
.for l in en-US ${LANGS}
cd ${WRKSRC}/instsetoo_native/unxobsd.pro/OpenOffice/portable/install/$l/openbsd-* && \
for SW in `ls -1 *.sw`; do \
${TAR} xf $$SW -C ${PREFIX}; \
done
.endfor
${INSTALL_SCRIPT} ${FILESDIR}/soffice.sh ${PREFIX}/bin/soffice
perl -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g; \
s,%%X11BASE%%,${X11BASE},g" \
${PREFIX}/bin/soffice \
cd ${PREFIX}/bin && \
for app in sbase scalc sdraw simpress smath setofficelang spadmin swriter; do \
ln -sf soffice $$app ; done
.include <bsd.port.mk>