1996-10-15 16:49:27 -04:00
|
|
|
# New ports collection makefile for: lyx
|
|
|
|
# Version required: 0.10.6
|
|
|
|
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1998-09-15 07:13:39 -04:00
|
|
|
# $Id: Makefile,v 1.19 1998/08/07 23:56:46 asami Exp $
|
1996-10-15 16:49:27 -04:00
|
|
|
#
|
|
|
|
|
1998-07-04 03:56:22 -04:00
|
|
|
DISTNAME= lyx-0.12.1pre6
|
1996-11-17 03:45:20 -05:00
|
|
|
CATEGORIES= print
|
1998-04-27 14:43:34 -04:00
|
|
|
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
|
1998-02-14 11:46:59 -05:00
|
|
|
ftp://la1ad.uio.no/pub/lyx/
|
1996-10-15 16:49:27 -04:00
|
|
|
|
1997-10-09 17:04:47 -04:00
|
|
|
MAINTAINER= andreas@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-08-07 19:56:56 -04:00
|
|
|
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms \
|
1998-09-15 07:13:39 -04:00
|
|
|
Xpm.5:${PORTSDIR}/graphics/xpm
|
1996-10-15 16:49:27 -04:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1998-05-12 03:19:48 -04:00
|
|
|
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
1997-10-24 11:18:16 -04:00
|
|
|
STRIP=
|
1997-12-23 20:21:47 -05:00
|
|
|
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
|
1996-11-17 03:45:20 -05:00
|
|
|
MAN1= lyx.1
|
1996-10-15 16:49:27 -04:00
|
|
|
|
1998-08-01 05:07:02 -04:00
|
|
|
pre-fetch:
|
|
|
|
.if !defined(WITH_ISPELL)
|
|
|
|
@${ECHO_MSG} "if you want this port build with spell checker type"
|
|
|
|
@${ECHO_MSG} "make WITH_ISPELL=yes"
|
|
|
|
.endif
|
|
|
|
|
1997-10-29 13:26:01 -05:00
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/lyx
|
|
|
|
|
1996-10-15 16:49:27 -04:00
|
|
|
.include <bsd.port.mk>
|