c97e191895
-remove py-xml bl3, this is not needed afaict -pull in desktop-file-utils/bl3 because we install a .desktop file bump PKGREVISION
42 lines
1.4 KiB
Makefile
42 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.38 2008/09/18 16:56:55 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= gramps-2.2.10
|
|
PKGREVISION= 3
|
|
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 "../../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"
|