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>
|
|
|
|
#
|
1997-10-29 19:26:01 +01:00
|
|
|
# $Id: Makefile,v 1.11 1997/10/24 15:18:16 obrien Exp $
|
1996-10-15 22:49:27 +02:00
|
|
|
#
|
|
|
|
|
1997-10-24 17:18:16 +02:00
|
|
|
DISTNAME= lyx-0.11.45
|
1996-11-17 09:45:20 +01:00
|
|
|
CATEGORIES= print
|
1997-10-24 17:18:16 +02:00
|
|
|
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/devel/0.11/
|
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
|
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
|
1997-04-27 02:25:51 +02:00
|
|
|
ispell:${PORTSDIR}/textproc/ispell
|
1996-10-15 22:49:27 +02:00
|
|
|
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
|
1997-10-04 16:53:11 +02:00
|
|
|
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
1996-10-15 22:49:27 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1997-10-24 17:18:16 +02:00
|
|
|
STRIP=
|
1996-10-16 01:41:41 +02: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
|
|
|
|
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>
|