2032c5e1b2
* Preserve character properties when typing. This fixes a bad regression that was introduced in 2.8.5. Changes 2.8.5: * Fix paste of rich text from HTML and ODT, where previously some formatting properties were not closed properly. * Add a number of robustness fixes to the layout engine. * Fix a table selection bug.
29 lines
1.2 KiB
Makefile
29 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.36 2010/11/26 14:49:50 adam Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../editors/abiword/Makefile.common"
|
|
|
|
PKGNAME= abiword-plugins-${ABIVERSION}
|
|
COMMENT= Plugins enhancing Abiword's capabilities
|
|
|
|
BUILD_DEPENDS+= abiword-${ABIVERSION}{,nb*}:../../editors/abiword
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# disabled plugins:
|
|
# aiksaurus mathview ots gda goffice grammar psiconv rsvg wordperfect wpg
|
|
CONFIGURE_ARGS+= --enable-plugins="applix babelfish bmp clarisworks collab command docbook eml freetranslation garble gdict gimp google hancom hrtext iscii kword latex loadbindings mht mif mswrite opendocument openwriter openxml opml paint passepartout pdb pdf presentation s5 sdw t602 urldict wikipedia wmf wml xslfo"
|
|
|
|
BUILD_DIRS= plugins
|
|
|
|
#.include "../../converters/libwpd/buildlink3.mk"
|
|
#.include "../../converters/libwpg/buildlink3.mk"
|
|
#.include "../../converters/libwps/buildlink3.mk"
|
|
#.include "../../databases/libgda/buildlink3.mk"
|
|
#.include "../../databases/libgnomedb/buildlink3.mk"
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
#.include "../../textproc/aiksaurus/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
#.include "../../textproc/link-grammar/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|