diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:06:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:06:12 +0000 |
commit | e5eea5c3361ad3a242b57e42a4054209a9bb20c4 (patch) | |
tree | ca749b5ee62ea1a03f71371d26e9cdf6bbbfe2fd /databases/gramps2/Makefile | |
parent | 203f44d933237ec48f932edb781f1b74d4d7f7e2 (diff) | |
download | pkgsrc-e5eea5c3361ad3a242b57e42a4054209a9bb20c4.tar.gz |
Remove gramps and gramps2 since they only worked with python25.
Diffstat (limited to 'databases/gramps2/Makefile')
-rw-r--r-- | databases/gramps2/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/databases/gramps2/Makefile b/databases/gramps2/Makefile deleted file mode 100644 index 5fa1e8dd034..00000000000 --- a/databases/gramps2/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# $NetBSD: Makefile,v 1.58 2012/10/02 21:25:18 asau Exp $ -# - -DISTNAME= gramps-2.2.10 -PKGREVISION= 20 -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 - -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 - -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" |