[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / editors / abiword-plugins

Annotation of pkgsrc/editors/abiword-plugins/Makefile, Revision 1.54

1.54    ! wiz         1: # $NetBSD: Makefile,v 1.53 2013/02/16 11:20:53 wiz Exp $
1.2       adam        2:
1.29      hasso       3: .include "../../editors/abiword/Makefile.common"
1.1       xtraeme     4:
1.36      adam        5: PKGNAME=       abiword-plugins-${ABIVERSION}
1.54    ! wiz         6: PKGREVISION=   16
1.1       xtraeme     7: COMMENT=       Plugins enhancing Abiword's capabilities
                      8:
1.43      drochner    9: CONFIGURE_ARGS+= --without-gnomevfs
                     10:
1.36      adam       11: BUILD_DEPENDS+=        abiword-${ABIVERSION}{,nb*}:../../editors/abiword
1.1       xtraeme    12:
                     13: .include "../../mk/bsd.prefs.mk"
                     14:
1.36      adam       15: # disabled plugins:
                     16: #  aiksaurus mathview ots gda goffice grammar psiconv rsvg wordperfect wpg
                     17: 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"
                     18:
                     19: BUILD_DIRS=    plugins
                     20:
                     21: #.include "../../converters/libwpd/buildlink3.mk"
                     22: #.include "../../converters/libwpg/buildlink3.mk"
                     23: #.include "../../converters/libwps/buildlink3.mk"
                     24: #.include "../../databases/libgda/buildlink3.mk"
                     25: #.include "../../databases/libgnomedb/buildlink3.mk"
                     26: .include "../../devel/boost-headers/buildlink3.mk"
                     27: #.include "../../textproc/aiksaurus/buildlink3.mk"
1.32      joerg      28: .include "../../textproc/libxslt/buildlink3.mk"
1.36      adam       29: #.include "../../textproc/link-grammar/buildlink3.mk"
1.1       xtraeme    30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>