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

Annotation of pkgsrc/editors/abiword/Makefile, Revision 1.132

1.132   ! wiz         1: # $NetBSD: Makefile,v 1.131 2012/01/09 17:31:56 drochner Exp $
1.107     joerg       2:
                      3: PKG_DESTDIR_SUPPORT=   user-destdir
1.82      adam        4:
1.80      xtraeme     5: .include "Makefile.common"
1.132   ! wiz         6: PKGREVISION=           6
1.103     jmmv        7:
1.81      xtraeme     8: COMMENT=       Open Source cross-platform word processor
1.60      wiz         9:
                     10: # GTK1 version and previous name of the GTK2 version
1.81      xtraeme    11: CONFLICTS=     abiword-personal-[0-9]* abiword2-[0-9]*
1.60      wiz        12:
1.126     adam       13: USE_TOOLS+=            perl
                     14: CONFIGURE_ARGS+=       --disable-builtin-plugins
                     15: CONFIGURE_ARGS+=       --enable-plugins=""
1.131     drochner   16: CONFIGURE_ARGS+=       --without-gnomevfs
1.60      wiz        17:
1.112     rillig     18: REPLACE_SH+=   ${WRKDIR}/${DISTNAME}/abiword-docs/make-html.sh
1.96      adam       19: REPLACE_PERL+= user/wp/scripts/abw2html.pl
1.80      xtraeme    20:
1.69      jmmv       21: .include "../../textproc/enchant/buildlink3.mk"
1.118     drochner   22: .include "../../databases/shared-mime-info/mimedb.mk"
1.117     drochner   23: .include "../../sysutils/desktop-file-utils/desktopdb.mk"
1.1       jlam       24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>