e4e73da702
changes: bugfixes, in particular: * It is now possible to typeset files which reside in a directory with spaces in its name; this requires a modern TeX implementation (such as teTeX 3.0). * It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and <opt><shift>-tab with LyX/Mac) to switch between the open documents. * LaTeX-type accents, ligature breaks and hyphenation marks are now considered as part of words
16 lines
367 B
Makefile
16 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.15 2005/07/19 17:49:33 drochner 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/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|