ce39f43552
LyX is a wordprocessor frontend to LaTeX, which gives both the ease-of-use of a wordprocessor, and the flexibility and power of LaTeX. Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically generated. Speeds up learning LaTeX and makes complicated layouts easy and intuitive. New features include spell-checking, international character support, WYSIWYG graphics, tables, and equations. Fixes part of PR pkg/20805 by Marc Recht.
15 lines
365 B
Makefile
15 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/03/23 10:10:25 jmmv Exp $
|
|
#
|
|
|
|
.include "../lyx-qt/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/}
|
|
COMMENT+= (xforms version)
|
|
|
|
CONFLICTS+= lyx-qt-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.xforms} \
|
|
--with-frontend=xforms
|
|
|
|
.include "../../x11/xforms/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|