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