2008-04-25 22:39:06 +02:00
|
|
|
# $NetBSD: Makefile,v 1.36 2008/04/25 20:39:07 joerg Exp $
|
2005-07-06 22:09:31 +02:00
|
|
|
#
|
|
|
|
|
2008-02-01 22:07:49 +01:00
|
|
|
DISTNAME= gramps-2.2.10
|
2008-03-06 15:53:47 +01:00
|
|
|
PKGREVISION= 1
|
2005-07-06 22:09:31 +02:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
|
|
|
|
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
2006-10-04 22:46:42 +02:00
|
|
|
HOMEPAGE= http://gramps-project.org/
|
2005-07-06 22:09:31 +02:00
|
|
|
COMMENT= Genealogical Research and Analysis Management Programming System
|
|
|
|
|
2007-10-28 16:31:23 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2007-01-05 16:46:12 +01:00
|
|
|
USE_DIRS+= xdg-1.1
|
2007-06-15 19:13:05 +02:00
|
|
|
USE_TOOLS+= msgfmt pkg-config intltool msgconv
|
2005-07-06 22:09:31 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
# disable gconf schema and mime type processing
|
|
|
|
CONFIGURE_ARGS+= --disable-mime-install --enable-packager-mode
|
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
2007-11-01 13:52:56 +01:00
|
|
|
MAKE_JOBS_SAFE= no
|
2005-07-06 22:09:31 +02:00
|
|
|
# i18n support with other python versions appears to not work
|
2008-04-25 22:39:06 +02:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
2005-07-06 22:09:31 +02:00
|
|
|
|
|
|
|
MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
|
2007-09-21 15:03:25 +02:00
|
|
|
GCONF_SCHEMAS+= gramps.schemas
|
2005-07-06 22:09:31 +02:00
|
|
|
|
2007-09-20 01:13:12 +02:00
|
|
|
.include "../../sysutils/gnome-vfs/buildlink3.mk"
|
2008-02-01 22:07:49 +01:00
|
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
2005-07-06 22:09:31 +02:00
|
|
|
.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"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/GConf/schemas.mk"
|
2007-01-05 16:46:12 +01:00
|
|
|
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
|
2007-02-01 18:56:11 +01:00
|
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
2005-07-06 22:09:31 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|