pkgsrc-wip/gnumeric/Makefile
Julio Merino 8e663df612 Blindly bl3ify this package, since some bl2 files are gone (sorry, I don't
have the time to test right now... but may be looking at them slowly during
the following days).

To maintainers of this package, if you read this, please:
- Add explicit inclusion of bl3 files for all packages used directly by this
  one.  This includes pkgconfig!
- Depend on intltool's bl3.mk file if the package comes with intltool builtin.
- Test ;-)
2004-02-24 17:11:55 +00:00

48 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2004/02/24 17:11:56 jmmv Exp $
#
DISTNAME= gnumeric-1.2.2
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.2/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnome.org/gnumeric/
COMMENT= Spreadsheet program from the GNOME project
#DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs
# for Python support a shared libpython is required but not provided yet
#BUILD_DEPENDS+= python>=2.0:../../lang/python
BUILDLINK_DEPENDS.freetype2= freetype2>=2.1.4
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
USE_X11BASE= YES
USE_GNU_TOOLS+= make
USE_PERL5= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-python
CONFIGURE_ARGS+= --without-psiconv
LIBS+= -lunicode
USE_LIBTOOL= YES
GCONF2_SCHEMAS= gnumeric-dialogs.schemas
GCONF2_SCHEMAS+= gnumeric-general.schemas
GCONF2_SCHEMAS+= gnumeric-plugins.schemas
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/libgsf/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../textproc/libunicode/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"