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
|
2004-03-01 10:27:55 +01:00
|
|
|
PORTVERSION= 1.3.4
|
1996-11-17 09:45:20 +01:00
|
|
|
CATEGORIES= print
|
2000-03-12 20:30:22 +01:00
|
|
|
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
|
|
|
ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \
|
|
|
|
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/
|
1996-10-15 22:49:27 +02:00
|
|
|
|
2004-02-17 09:48:24 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
|
1996-10-16 01:41:41 +02:00
|
|
|
|
2002-08-01 16:24:58 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
|
|
|
latex:${PORTSDIR}/print/teTeX
|
2002-09-20 05:25:03 +02:00
|
|
|
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
|
|
|
latex:${PORTSDIR}/print/teTeX
|
|
|
|
|
2003-05-07 08:05:08 +02:00
|
|
|
USE_BZIP2= yes
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2002-09-20 05:25:03 +02:00
|
|
|
USE_PERL5= yes
|
2003-05-07 08:05:08 +02:00
|
|
|
USE_PYTHON= yes
|
2002-09-20 05:25:03 +02:00
|
|
|
USE_GMAKE= yes
|
2003-11-06 22:55:29 +01:00
|
|
|
USE_LIBTOOL_VER= 14
|
2003-01-25 22:38:10 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-10-07 03:21:23 +02:00
|
|
|
CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \
|
|
|
|
--with-extra-inc="${LOCALBASE}/include"
|
2003-01-25 22:38:10 +01:00
|
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|
|
|
AUTOHEADER="${TRUE}"
|
2002-09-20 05:25:03 +02:00
|
|
|
MAN1= lyx.1 reLyX.1
|
2002-08-01 16:24:58 +02:00
|
|
|
|
2003-02-18 20:22:06 +01:00
|
|
|
.if defined(WITH_QT)
|
|
|
|
USE_QT_VER= 3
|
|
|
|
CONFIGURE_ARGS+= --with-frontend=qt
|
2003-11-06 22:55:29 +01:00
|
|
|
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
|
|
|
|
QTCFGLIBS+= ${PTHREAD_LIBS}
|
2003-02-18 20:22:06 +01:00
|
|
|
.else
|
|
|
|
LIB_DEPENDS+= forms.1:${PORTSDIR}/x11-toolkits/xforms
|
|
|
|
USE_XPM= yes
|
|
|
|
.endif
|
|
|
|
|
2002-08-01 16:24:58 +02:00
|
|
|
.if defined(WITH_ASPELL)
|
2002-09-20 05:25:03 +02:00
|
|
|
LIB_DEPENDS+= aspell.15:${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"
|
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
|
|
|
|
.endif
|
2002-08-01 16:24:58 +02:00
|
|
|
|
2003-02-18 20:22:06 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500035
|
2003-11-06 22:55:29 +01:00
|
|
|
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
|
2004-03-01 10:27:55 +01:00
|
|
|
.if defined(WITH_QT)
|
|
|
|
BROKEN= QT Frontend coredumps on 4.x. Use the xforms Frontend instead.
|
|
|
|
.endif
|
2003-02-18 20:22:06 +01:00
|
|
|
.endif
|
|
|
|
|
2002-08-01 16:24:58 +02:00
|
|
|
pre-everything::
|
2003-03-05 22:27:17 +01:00
|
|
|
.if !defined(WITH_QT)
|
2003-02-18 20:22:06 +01:00
|
|
|
@${ECHO_MSG}
|
|
|
|
@${ECHO_MSG} "If you want to build with the Qt3 frontend,"
|
|
|
|
@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_QT=yes\""
|
|
|
|
@${ECHO_MSG}
|
|
|
|
.endif
|
|
|
|
|
2002-09-20 05:25:03 +02:00
|
|
|
.if !defined(WITH_ASPELL)
|
|
|
|
@${ECHO_MSG}
|
|
|
|
@${ECHO_MSG} "If you want to compile with Aspell/Pspell support,"
|
|
|
|
@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_ASPELL=yes\""
|
|
|
|
@${ECHO_MSG}
|
2002-08-01 16:24:58 +02:00
|
|
|
.endif
|
1996-10-15 22:49:27 +02:00
|
|
|
|
2002-09-20 05:25:03 +02:00
|
|
|
.if !defined(WITH_ISPELL)
|
|
|
|
@${ECHO_MSG}
|
|
|
|
@${ECHO_MSG} "If you want to compile with Ispell support,"
|
|
|
|
@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_ISPELL=yes\""
|
|
|
|
@${ECHO_MSG}
|
|
|
|
.endif
|
|
|
|
|
2003-02-18 20:22:06 +01:00
|
|
|
.include <bsd.port.post.mk>
|