1996-10-15 22:49:27 +02:00
|
|
|
# New ports collection makefile for: lyx
|
|
|
|
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1996-10-15 22:49:27 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:50:59 +02:00
|
|
|
PORTNAME= lyx
|
2007-12-12 06:23:09 +01:00
|
|
|
PORTVERSION= 1.4.5.1
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 2
|
1996-11-17 09:45:20 +01:00
|
|
|
CATEGORIES= print
|
2008-04-14 19:51:32 +02:00
|
|
|
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/
|
1996-10-15 22:49:27 +02:00
|
|
|
|
2005-09-13 07:53:16 +02:00
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
|
1996-10-16 01:41:41 +02:00
|
|
|
|
2006-04-11 04:05:20 +02:00
|
|
|
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
2009-07-28 13:45:08 +02:00
|
|
|
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
|
2002-09-20 05:25:03 +02:00
|
|
|
|
2005-09-13 07:53:16 +02:00
|
|
|
OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
|
|
|
|
ASPELL "Utilize ASPELL library" on \
|
2007-05-28 23:05:34 +02:00
|
|
|
AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
|
2005-09-13 07:53:16 +02:00
|
|
|
ISPELL "Depend on ISPELL as well" off
|
2006-07-14 07:53:58 +02:00
|
|
|
ALL_TARGET= all check
|
2003-05-07 08:05:08 +02:00
|
|
|
USE_BZIP2= yes
|
2004-03-05 14:40:55 +01:00
|
|
|
USE_GNOME= gnometarget lthack
|
2002-09-20 05:25:03 +02:00
|
|
|
USE_PERL5= yes
|
2003-05-07 08:05:08 +02:00
|
|
|
USE_PYTHON= yes
|
2004-03-05 14:40:55 +01:00
|
|
|
USE_GETTEXT= yes
|
2002-09-20 05:25:03 +02:00
|
|
|
USE_GMAKE= yes
|
2005-09-13 07:53:16 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-04-17 06:25:54 +02:00
|
|
|
EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost
|
2002-10-07 03:21:23 +02:00
|
|
|
CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \
|
2006-04-17 06:25:54 +02:00
|
|
|
--without-included-boost \
|
2002-10-07 03:21:23 +02:00
|
|
|
--with-extra-inc="${LOCALBASE}/include"
|
2003-01-25 22:38:10 +01:00
|
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|
|
|
AUTOHEADER="${TRUE}"
|
2006-04-11 04:05:20 +02:00
|
|
|
MAN1= lyx.1 tex2lyx.1 lyxclient.1
|
2005-09-13 07:53:16 +02:00
|
|
|
|
2006-04-17 06:25:54 +02:00
|
|
|
post-patch:
|
2007-01-21 08:41:40 +01:00
|
|
|
# Removing mention of the bundled boost
|
|
|
|
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
|
|
|
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
2006-04-17 06:25:54 +02:00
|
|
|
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
|
|
|
|
${WRKSRC}/src/support/debugstream.h
|
2007-01-21 08:41:40 +01:00
|
|
|
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
2006-04-17 06:25:54 +02:00
|
|
|
${WRKSRC}/src/support/filetools.C
|
2007-01-21 08:41:40 +01:00
|
|
|
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
2006-07-14 07:53:58 +02:00
|
|
|
${WRKSRC}/src/support/tests/test_*
|
2006-04-17 06:25:54 +02:00
|
|
|
|
2007-07-06 22:29:55 +02:00
|
|
|
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}
|
|
|
|
|
2005-09-13 07:53:16 +02:00
|
|
|
post-configure:
|
2007-01-21 08:41:40 +01:00
|
|
|
# Removing explicit linking with -lc
|
|
|
|
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
2005-09-13 07:53:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2002-08-01 16:24:58 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
.if exists(${LOCALBASE}/bin/makepsres)
|
2006-01-20 20:01:04 +01:00
|
|
|
PLIST_SUB+= PSRES=
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= PSRES='@comment '
|
|
|
|
.endif
|
|
|
|
|
2007-05-28 23:05:34 +02:00
|
|
|
.if defined(WITH_AIKSAUR)
|
|
|
|
LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--without-aiksaurus
|
|
|
|
.endif
|
|
|
|
|
2003-02-18 20:22:06 +01:00
|
|
|
.if defined(WITH_QT)
|
2005-09-13 07:53:16 +02:00
|
|
|
LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
|
2003-02-18 20:22:06 +01:00
|
|
|
CONFIGURE_ARGS+= --with-frontend=qt
|
2005-09-13 07:53:16 +02:00
|
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
|
|
|
CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf
|
2003-02-18 20:22:06 +01:00
|
|
|
.else
|
2005-09-13 07:53:16 +02:00
|
|
|
LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms
|
2006-04-11 19:14:36 +02:00
|
|
|
CONFIGURE_ARGS+=--with-frontend=xforms
|
2008-03-24 18:02:27 +01:00
|
|
|
USE_XORG= x11
|
2003-02-18 20:22:06 +01:00
|
|
|
.endif
|
|
|
|
|
2002-08-01 16:24:58 +02:00
|
|
|
.if defined(WITH_ASPELL)
|
2005-09-13 07:53:16 +02:00
|
|
|
LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
|
2002-10-07 03:21:23 +02:00
|
|
|
CONFIGURE_ARGS+= --with-pspell \
|
|
|
|
--with-pspell-lib="${LOCALBASE}/lib" \
|
|
|
|
--with-pspell-include="${LOCALBASE}/include"
|
2007-05-28 23:05:34 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--without-aspell --without-pspell
|
2002-08-01 16:24:58 +02:00
|
|
|
.endif
|
|
|
|
|
1998-08-01 11:07:02 +02:00
|
|
|
.if defined(WITH_ISPELL)
|
|
|
|
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
2007-05-28 23:05:34 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--without-ispell
|
1998-08-01 11:07:02 +02:00
|
|
|
.endif
|
2002-08-01 16:24:58 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
.if exists(${LOCALBASE}/lib/libqt-mt.prl)
|
2005-09-13 07:53:16 +02:00
|
|
|
QT_PRESENT= on
|
|
|
|
.else
|
|
|
|
QT_PRESENT= off
|
|
|
|
.endif
|
2003-02-18 20:22:06 +01:00
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.if ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
|
2007-05-28 23:05:34 +02:00
|
|
|
#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
2003-02-18 20:22:06 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|