c83ffb8583
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
46 lines
1.5 KiB
Makefile
46 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.42 2013/06/03 10:04:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gramps-3.4.3
|
|
PKGREVISION= 1
|
|
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 V3
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
#DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
|
|
|
|
USE_TOOLS+= msgfmt pkg-config intltool msgconv
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
REPLACE_PYTHON= src/DateHandler/_Date_fr.py
|
|
REPLACE_PYTHON+= src/plugins/quickview/Reporef.py
|
|
REPLACE_PYTHON+= src/plugins/rel/rel_fr.py
|
|
REPLACE_PYTHON+= src/PlaceUtils.py
|
|
REPLACE_PYTHON+= src/plugins/gramplet/MetadataViewer.py
|
|
REPLACE_PYTHON+= src/plugins/lib/libhtml.py
|
|
REPLACE_PYTHON+= src/plugins/lib/libmetadata.py
|
|
REPLACE_PYTHON+= src/plugins/webreport/WebCal.py
|
|
|
|
# pkgsrc registers mime files using mimedb.mk (see below)
|
|
CONFIGURE_ARGS+= --enable-packager-mode
|
|
|
|
# needs svg pixbuf loader at runtime
|
|
DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../databases/py-bsddb3/buildlink3.mk"
|
|
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.10
|
|
.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"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|