a1b7c39eb5
Don't redirect errors to /dev/null and don't return true(1) unconditionally. Instead, don't check for the existence of index.theme. This will allow us to catch errors that may be happening because of a missing dependency in the chain. Some hidden issues may appear, in which case please contact me. discussed with and ok blind jasper@
43 lines
931 B
Makefile
43 lines
931 B
Makefile
# $OpenBSD: Makefile,v 1.24 2012/06/15 08:32:16 ajacoutot Exp $
|
|
|
|
COMMENT= genealogical research and analysis management program system
|
|
|
|
DISTNAME= gramps-3.2.6
|
|
REVISION= 3
|
|
|
|
CATEGORIES= misc x11
|
|
|
|
HOMEPAGE= http://www.gramps-project.org/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
|
|
|
|
MODULES= lang/python \
|
|
textproc/intltool
|
|
|
|
BUILD_DEPENDS= x11/py-gtk2
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
|
devel/xdg-utils \
|
|
${MODPY_RUN_DEPENDS},-bsddb \
|
|
math/graphviz \
|
|
misc/shared-mime-info \
|
|
x11/gnome/librsvg \
|
|
x11/py-gtk2 \
|
|
www/py-webkitgtk \
|
|
x11/gtk+2,-guic
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
--localedir=${LOCALBASE}/share/locale \
|
|
--enable-packager-mode
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|