2001-03-28 04:32:31 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2001/03/28 09:32:31 obecian Exp $
|
1998-07-12 03:08:40 -04:00
|
|
|
|
2001-03-28 04:32:31 -05:00
|
|
|
COMMENT= "graphical frontend for LaTeX (nearly WYSIWYG)"
|
|
|
|
|
|
|
|
DISTNAME= lyx-1.1.6fix1
|
1998-07-12 03:08:40 -04:00
|
|
|
CATEGORIES= print
|
2001-03-28 04:32:31 -05:00
|
|
|
NEED_VERSION= 1.364
|
1998-07-12 03:08:40 -04:00
|
|
|
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/
|
|
|
|
|
2001-03-28 04:32:31 -05:00
|
|
|
MAINTAINER= Mark Grimes <obecian@openbsd.org>
|
1998-07-12 03:08:40 -04:00
|
|
|
|
2000-02-12 03:02:07 -05:00
|
|
|
LICENSE_TYPE= GPL
|
2000-03-05 13:30:21 -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
|
|
|
|
2000-03-24 18:28:01 -05:00
|
|
|
BUILD_DEPENDS= latex::print/teTeX/base
|
|
|
|
RUN_DEPENDS= latex::print/teTeX/base \
|
|
|
|
ispell::textproc/ispell
|
|
|
|
LIB_DEPENDS= xforms::x11/xforms
|
1998-07-12 03:08:40 -04:00
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
1998-07-12 03:08:40 -04:00
|
|
|
STRIP=
|
2000-04-14 03:59:55 -04:00
|
|
|
CONFIGURE_ARGS+=--with-extra-lib=${LOCALBASE}/lib --with-extra-inc="${LOCALBASE}/include ${LOCALBASE}/include/X11"
|
1998-07-12 03:08:40 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/lyx
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|