diff options
Diffstat (limited to 'print/lyx/Makefile')
-rw-r--r-- | print/lyx/Makefile | 129 |
1 files changed, 42 insertions, 87 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index be0d91b7e057..b42f58923d2e 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -6,115 +6,70 @@ # PORTNAME= lyx -PORTVERSION= 1.4.5.1 -PORTREVISION= 4 -CATEGORIES= print -MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/ \ - http://www-ftp.lip6.fr/ftp/pub/lyx/stable/1.4.x/ \ - ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.4.x/ \ - ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.4.x/ \ - http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/1.4.x/ \ - ftp://ftp.chg.ru/pub/X11/lyx/stable/1.4.x/ +PORTVERSION= ${MAJOR_VERSION}.6.1 +CATEGORIES= print editors +MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ + http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ + ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/${MAJOR_VERSION}.x/ \ + ftp://ftp.ntua.gr/pub/X11/LyX/stable/${MAJOR_VERSION}.x/ \ + http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${MAJOR_VERSION}.x/ \ + ftp://ftp.chg.ru/pub/X11/lyx/stable/${MAJOR_VERSION}.x/ -MAINTAINER= mi@aldan.algebra.com -COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) +MAINTAINER= aldis@bsdroot.lv +COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable) -BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX -LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs -OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \ - ASPELL "Utilize ASPELL library" on \ - AIKSAUR "Build Aiksaurus support (English thesaurus)" on \ - ISPELL "Depend on ISPELL as well" off -ALL_TARGET= all check -USE_BZIP2= yes -USE_GNOME= gnometarget lthack -USE_PERL5= yes -USE_PYTHON= yes -USE_GETTEXT= yes +CONFLICTS= lyx-1.4* +MAJOR_VERSION= 1.6 + +USE_BZIP= yes USE_GMAKE= yes +USE_QT_VER= 4 +QT_COMPONENTS= gui moc_build uic_build rcc_build +USE_PYTHON= yes +USE_PERL= yes GNU_CONFIGURE= yes -EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost -CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \ +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ARGS= --with-frontend=qt4 \ --without-included-boost \ - --with-extra-inc="${LOCALBASE}/include" -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" -MAN1= lyx.1 tex2lyx.1 lyxclient.1 + --without-included-gettext \ + --with-libiconv-prefix=${LOCALBASE} \ + --with-extra-prefix=${LOCALBASE} +MAKE_JOBS_SAFE= yes -post-patch: - # Removing mention of the bundled boost - ${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \ - ${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \ - ${WRKSRC}/src/support/debugstream.h - ${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \ - ${WRKSRC}/src/support/filetools.C - ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \ - ${WRKSRC}/src/support/tests/test_* +MAN1= lyx.1 lyxclient.1 tex2lyx.1 -pre-configure: - # If the installed Boost is 1.34 or later, we must compile - # with exceptions enabled: - ${AWK} '/#define BOOST_VERSION / {exit($$NF >= 103400)}' \ - ${LOCALBASE}/include/boost/version.hpp || \ - ${REINPLACE_CMD} -e 's,\(AM_CXXFLAGS="\)-fno-exceptions,\1,' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} +OPTIONS= ASPELL "Use Aspell library" on \ + AIKSAUR "Build Aiksaurus support (English thesaurus)" on \ + NLS "Native language support" on -post-configure: - # Removing explicit linking with -lc - ${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/makepsres) -PLIST_SUB+= PSRES= -.else -PLIST_SUB+= PSRES='@comment ' -.endif +.include <bsd.port.options.mk> -.if defined(WITH_AIKSAUR) +.if !defined(WITHOUT_AIKSAUR) LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus .else -CONFIGURE_ARGS+=--without-aiksaurus +CONFIGURE_ARGS+= --without-aiksaurus .endif -.if defined(WITH_QT) -LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 -CONFIGURE_ARGS+= --with-frontend=qt -CFLAGS+= ${PTHREAD_CFLAGS} -CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS} -RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf -.else -LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms -CONFIGURE_ARGS+=--with-frontend=xforms -USE_XORG= x11 -.endif - -.if defined(WITH_ASPELL) +.if !defined(WITHOUT_ASPELL) LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+= --with-pspell \ --with-pspell-lib="${LOCALBASE}/lib" \ --with-pspell-include="${LOCALBASE}/include" .else -CONFIGURE_ARGS+=--without-aspell --without-pspell -.endif - -.if defined(WITH_ISPELL) -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell -.else -CONFIGURE_ARGS+=--without-ispell +CONFIGURE_ARGS+= --without-aspell --without-pspell .endif -.if exists(${LOCALBASE}/lib/libqt-mt.prl) -QT_PRESENT= on +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " .else -QT_PRESENT= off +USE_GETTEXT= yes +PLIST_SUB+= NLS="" .endif -.if ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++ -#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER} -.endif +post-install: + @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |