mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
45 lines
879 B
Makefile
45 lines
879 B
Makefile
COMMENT= Genealogical Research Analysis Management Programming System
|
|
|
|
MODPY_DISTV = 5.2.3
|
|
DISTNAME= gramps-${MODPY_DISTV}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= misc x11
|
|
|
|
HOMEPAGE= https://gramps-project.org/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=gramps/}
|
|
|
|
MODULES= lang/python \
|
|
textproc/intltool
|
|
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
|
devel/py-gobject3 \
|
|
devel/xdg-utils \
|
|
fonts/freefont-ttf \
|
|
geo/osm-gps-map \
|
|
graphics/libgexiv2 \
|
|
graphics/py-Pillow \
|
|
math/graphviz \
|
|
misc/shared-mime-info \
|
|
textproc/gtkspell3 \
|
|
textproc/py-ICU \
|
|
x11/gtk+4,-guic
|
|
|
|
NO_TEST= Yes
|
|
|
|
pre-configure:
|
|
sed -i 's,share/man,man,g' ${WRKSRC}/setup.py
|
|
|
|
post-install:
|
|
echo -n '${TRUEPREFIX}/share' \
|
|
>${WRKINST}/${MODPY_SITEPKG}/gramps/gen/utils/resource-path
|
|
gunzip ${PREFIX}/man/*/{,*}/*.gz
|
|
|
|
.include <bsd.port.mk>
|