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>
|
|
|
|
#
|
1997-10-09 21:04:47 +00:00
|
|
|
# $Id: Makefile,v 1.9 1997/10/04 14:53:05 andreas Exp $
|
1996-10-15 20:49:27 +00:00
|
|
|
#
|
|
|
|
|
1996-11-16 11:27:36 +00:00
|
|
|
DISTNAME= lyx-0.10.7
|
1996-11-17 08:45:20 +00:00
|
|
|
CATEGORIES= print
|
1997-04-21 00:41:39 +00:00
|
|
|
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/beta_stable/
|
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
|
|
|
|
1996-10-15 20:49:27 +00:00
|
|
|
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
|
1997-04-27 00:25:51 +00:00
|
|
|
ispell:${PORTSDIR}/textproc/ispell
|
1996-10-15 20:49:27 +00:00
|
|
|
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
|
1997-10-04 14:53:11 +00:00
|
|
|
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
1996-10-15 20:49:27 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1996-10-15 23:41:41 +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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|