1996-10-15 22:49:27 +02: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-17 02:33:02 +02:00
|
|
|
# $Id: Makefile,v 1.20 1998/09/15 11:13:30 asami Exp $
|
1996-10-15 22:49:27 +02:00
|
|
|
#
|
|
|
|
|
1998-07-04 09:56:22 +02:00
|
|
|
DISTNAME= lyx-0.12.1pre6
|
1996-11-17 09:45:20 +01:00
|
|
|
CATEGORIES= print
|
1998-04-27 20:43:34 +02:00
|
|
|
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
|
1998-02-14 17:46:59 +01:00
|
|
|
ftp://la1ad.uio.no/pub/lyx/
|
1996-10-15 22:49:27 +02:00
|
|
|
|
1997-10-09 23:04:47 +02:00
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
1996-10-16 01:41:41 +02:00
|
|
|
|
1996-10-15 22:49:27 +02:00
|
|
|
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
1998-08-01 11:07:02 +02:00
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
|
|
.if defined(WITH_ISPELL)
|
|
|
|
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
|
|
|
.endif
|
1998-08-08 01:56:56 +02:00
|
|
|
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms \
|
1998-09-17 02:33:02 +02:00
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
1996-10-15 22:49:27 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1998-05-12 09:19:48 +02:00
|
|
|
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
1997-10-24 17:18:16 +02:00
|
|
|
STRIP=
|
1997-12-24 02:21:47 +01:00
|
|
|
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
|
1996-11-17 09:45:20 +01:00
|
|
|
MAN1= lyx.1
|
1996-10-15 22:49:27 +02:00
|
|
|
|
1998-08-01 11:07:02 +02: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 19:26:01 +01:00
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/lyx
|
|
|
|
|
1996-10-15 22:49:27 +02:00
|
|
|
.include <bsd.port.mk>
|