Version 3.1.2 -- the "Skip the impersonations" release. * Contains translation updates and small bug fixes. No new features. * ca, cs, de, fr, he, it, nb, nl, pl, pt_br, ru, sk, sv, * fixes a failure in 'Check & Repair Database' * fixes to Gramplets * fixes to CLI regressions * fixes to Latin1 characterset in Graphviz reports * fixes to many reports * fixes to the clipboard * fixes to NarrativeWeb * fixes to importing from older XML files * fixes to ensure GRAMPS continues to run on newver versions of Python
41 lines
1.3 KiB
Makefile
41 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2009/09/13 14:43:01 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gramps-3.1.2
|
|
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 V3
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= msgfmt pkg-config intltool msgconv
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 26 25
|
|
|
|
REPLACE_PYTHON= src/DateHandler/_Date_fr.py
|
|
REPLACE_PYTHON+= src/plugins/quickview/Reporef.py
|
|
REPLACE_PYTHON+= src/plugins/rel/rel_fr.py
|
|
|
|
# pkgsrc registers mime files using mimedb.mk (see below)
|
|
CONFIGURE_ARGS+= --enable-packager-mode
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../databases/py-bsddb3/buildlink3.mk"
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.10
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../x11/py-gnome2/buildlink3.mk"
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|