pkgsrc/databases/gramps2/Makefile
joerg a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00

42 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.36 2008/04/25 20:39:07 joerg Exp $
#
DISTNAME= gramps-2.2.10
PKGREVISION= 1
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_DIRS+= xdg-1.1
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 "../../textproc/py-xml/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 "../../mk/bsd.pkg.mk"