pkgsrc/databases/gramps2/Makefile
wiz e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

41 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.42 2010/06/13 22:44:00 wiz Exp $
#
DISTNAME= gramps-2.2.10
PKGREVISION= 6
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://gramps-project.org/
COMMENT= Genealogical Research and Analysis Management Programming System
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= msgfmt pkg-config intltool msgconv
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
# disable gconf schema and mime type processing
CONFIGURE_ARGS+= --disable-mime-install --enable-packager-mode
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
MAKE_JOBS_SAFE= no
# i18n support with other python versions appears to not work
PYTHON_VERSIONS_ACCEPTED= 25 24
MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
GCONF_SCHEMAS+= gramps.schemas
.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../databases/py-bsddb3/buildlink3.mk"
.include "../../graphics/py-imaging/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../x11/py-gnome2/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/GConf/schemas.mk"
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"