2000-02-15 00:03:51 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2000/02/15 05:05:06 turan Exp $
|
1998-07-12 03:08:40 -04:00
|
|
|
|
1999-02-23 01:02:33 -05:00
|
|
|
DISTNAME= lyx-1.0.0
|
1998-07-12 03:08:40 -04:00
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/
|
|
|
|
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
|
2000-02-12 03:02:07 -05:00
|
|
|
LICENSE_TYPE= GPL
|
2000-02-15 00:03:51 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= YES
|
|
|
|
PERMIT_PACKAGE_FTP= YES
|
|
|
|
PERMIT_DISTFILES_CDROM= YES
|
|
|
|
PERMIT_DISTFILES_FTP= YES
|
2000-02-12 03:02:07 -05:00
|
|
|
|
1999-09-14 06:01:31 -04:00
|
|
|
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX/base
|
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX/base \
|
1998-07-12 03:08:40 -04:00
|
|
|
ispell:${PORTSDIR}/textproc/ispell
|
1999-04-08 22:27:12 -04:00
|
|
|
LIB_DEPENDS= xforms:${PORTSDIR}/x11/xforms
|
1998-07-12 03:08:40 -04:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
STRIP=
|
|
|
|
CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/lyx
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|