mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
0317f0a552
PR: ports/125483 Submitted by: Anders Troback <freebsd troback.com> (maintainer)
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# New ports collection makefile for: gramps
|
|
# Date created: 2003-12-25
|
|
# Whom: Andreas Fehlner <fehlner@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gramps
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= science gnome python
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= freebsd@troback.com
|
|
COMMENT= A GTK/GNOME-based genealogy program
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \
|
|
${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
|
|
|
|
USE_BDB= 42+
|
|
USE_XLIB= yes
|
|
USE_PYTHON= yes
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack pygnome2 pygnomeextras desktopfileutils gnomedocutils
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_OMF= yes
|
|
INSTALLS_ICONS= yes
|
|
CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt"
|
|
|
|
MAN1= gramps.1
|
|
MANLANG= "" fr
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
pre-everything::
|
|
@${ECHO_MSG} "WARNING: The on-disk structure of the databases has"
|
|
@${ECHO_MSG} "changed since version 2.2.x."
|
|
@${ECHO_MSG} "Cancel this installation now and export your databases"
|
|
@${ECHO_MSG} "to GRAMPS XML file format as gedcom if you have not"
|
|
@${ECHO_MSG} "already have done so."
|
|
|
|
.include <bsd.port.post.mk>
|