pkgsrc/editors/abiword/Makefile.common
drochner 6483178499 update to 2.6.8
This is a major update, I couldn't find the relevant changecogs but
the last one. A couple of bugfixes.

pkgsrc note: Since base and plugins are seperate distfiles now, we
could abandon the Makefile.common or at least part of its complexity.
I'll leave this to the MAINTAINER.
Also, I'd suggest to rip -plugins into parts - many are too exotic.
(There are also some new which are not built, I've just kept status quo.)
2009-04-07 16:27:08 +00:00

29 lines
958 B
Text

# $NetBSD: Makefile.common,v 1.38 2009/04/07 16:27:08 drochner Exp $
# Be sure to update PLIST and distinfo for editors/abiword-plugins when updating
ABIWORD_VERSION= 2.6.8
DISTNAME?= abiword-${ABIWORD_VERSION}
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/abiword/${ABIWORD_VERSION}/source/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.abisource.com/
MAKE_FILE= GNUmakefile
USE_DIRS+= xdg-1.1
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt pkg-config
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png}
.include "../../converters/fribidi/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../converters/wv/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"