1996-10-15 16:49:27 -04: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-30 21:53:22 -04:00
|
|
|
# $FreeBSD$
|
1996-10-15 16:49:27 -04:00
|
|
|
#
|
|
|
|
|
2000-04-09 13:50:59 -04:00
|
|
|
PORTNAME= lyx
|
2000-06-19 07:10:11 -04:00
|
|
|
PORTVERSION= 1.1.5
|
1996-11-17 03:45:20 -05:00
|
|
|
CATEGORIES= print
|
2000-03-12 14:30:22 -05: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 16:49:27 -04:00
|
|
|
|
2000-02-20 14:43:22 -05:00
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
1996-10-15 19:41:41 -04:00
|
|
|
|
1996-10-15 16:49:27 -04:00
|
|
|
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
1998-08-01 05:07:02 -04:00
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
|
|
.if defined(WITH_ISPELL)
|
|
|
|
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
|
|
|
.endif
|
1998-09-26 19:18:10 -04:00
|
|
|
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
2000-05-03 10:54:23 -04:00
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
1996-10-15 16:49:27 -04:00
|
|
|
|
2000-03-06 07:06:20 -05:00
|
|
|
USE_NEWGCC= yes
|
1999-03-15 04:27:26 -05:00
|
|
|
USE_PERL5= yes
|
2000-03-06 07:06:20 -05:00
|
|
|
USE_LIBTOOL= yes
|
2000-05-03 10:54:23 -04:00
|
|
|
CONFIGURE_ARGS= --with-extra-lib="${X11BASE}/lib ${LOCALBASE}/lib" \
|
|
|
|
--with-extra-inc="${X11BASE}/include ${LOCALBASE}/include"
|
1998-12-28 16:18:07 -05:00
|
|
|
MAN1= lyx.1 reLyX.1
|
1996-10-15 16:49:27 -04:00
|
|
|
|
1998-08-01 05:07:02 -04:00
|
|
|
.if !defined(WITH_ISPELL)
|
1999-10-04 06:43:15 -04:00
|
|
|
pre-fetch:
|
1999-04-18 16:54:54 -04:00
|
|
|
@${ECHO_MSG} "If you want this port built with spell checker support, use"
|
1998-08-01 05:07:02 -04:00
|
|
|
@${ECHO_MSG} "make WITH_ISPELL=yes"
|
|
|
|
.endif
|
|
|
|
|
2000-05-01 16:45:46 -04:00
|
|
|
post-patch:
|
|
|
|
(cd ${WRKSRC}; ${TOUCH} Makefile.in */Makefile.in src/config.h.in)
|
|
|
|
|
1996-10-15 16:49:27 -04:00
|
|
|
.include <bsd.port.mk>
|