summaryrefslogtreecommitdiff
path: root/databases/gramps/Makefile
diff options
context:
space:
mode:
authorreed <reed>2004-03-11 22:04:47 +0000
committerreed <reed>2004-03-11 22:04:47 +0000
commit8cebc6f5e6b992a234cf63365a608e1160d15221 (patch)
tree85f2b96e083114e03aeda1e6babf4543138ddc2d /databases/gramps/Makefile
parent370b2a028459ed03e68cfd18189a3cc367b7a727 (diff)
downloadpkgsrc-8cebc6f5e6b992a234cf63365a608e1160d15221.tar.gz
Import of gramps-1.0.1 from pkgsrc-wip. gramps is a "Genealogical
Research and Analysis Management Programming System".
Diffstat (limited to 'databases/gramps/Makefile')
-rw-r--r--databases/gramps/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile
new file mode 100644
index 00000000000..575a3d153a0
--- /dev/null
+++ b/databases/gramps/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/11 22:04:47 reed Exp $
+#
+
+DISTNAME= gramps-1.0.1
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
+
+MAINTAINER= reed@reedmedia.net
+HOMEPAGE= http://gramps.sourceforge.net/
+COMMENT= Genealogical Research and Analysis Management Programming System
+
+DEPENDS+= yelp>=2.2:../../misc/yelp
+
+.if !exists(/usr/bin/msgconv)
+BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
+.endif
+#BUILD_USES_MSGFMT= yes
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
+# i18n support with other python versions appears to not work
+PYTHON_VERSION_REQD= 23pth
+
+MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
+
+.include "../../textproc/scrollkeeper/omf.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 "../../mk/bsd.pkg.mk"