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