2012-08-13 16:25:37 +02:00
|
|
|
# $NetBSD: Makefile,v 1.30 2012/08/13 14:25:38 wiz Exp $
|
2008-06-19 00:21:12 +02:00
|
|
|
#
|
|
|
|
|
2012-06-01 22:28:26 +02:00
|
|
|
DISTNAME= gramps-3.3.2
|
2012-08-13 16:25:37 +02:00
|
|
|
PKGREVISION= 2
|
2008-06-19 00:21:12 +02:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
|
|
|
|
|
2009-06-04 19:29:41 +02:00
|
|
|
MAINTAINER= drochner@NetBSD.org
|
2008-06-19 00:21:12 +02:00
|
|
|
HOMEPAGE= http://gramps-project.org/
|
|
|
|
COMMENT= Genealogical Research and Analysis Management Programming System V3
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
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
2009-09-13 16:43:01 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2008-06-19 00:21:12 +02:00
|
|
|
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
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
2009-09-13 16:43:01 +02:00
|
|
|
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
|
2008-06-19 00:21:12 +02:00
|
|
|
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
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
2009-09-13 16:43:01 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2008-06-19 00:21:12 +02:00
|
|
|
|
|
|
|
USE_TOOLS+= msgfmt pkg-config intltool msgconv
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
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
2009-09-13 16:43:01 +02:00
|
|
|
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
|
2008-06-19 00:21:12 +02:00
|
|
|
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
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
2009-09-13 16:43:01 +02:00
|
|
|
.include "options.mk"
|
2008-06-19 00:21:12 +02:00
|
|
|
|
|
|
|
.include "../../databases/py-bsddb3/buildlink3.mk"
|
|
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
2010-10-20 22:26:29 +02:00
|
|
|
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
|
2008-06-19 00:21:12 +02:00
|
|
|
.include "../../lang/python/application.mk"
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
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
2009-09-13 16:43:01 +02:00
|
|
|
BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.10
|
2008-06-19 00:21:12 +02:00
|
|
|
.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"
|
2008-06-23 17:44:14 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2008-06-19 00:21:12 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|