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
735 B
Makefile
43 lines
735 B
Makefile
# $OpenBSD: Makefile,v 1.23 2012/06/15 08:32:18 ajacoutot Exp $
|
|
|
|
COMMENT= graphical diff and merge tool
|
|
|
|
GNOME_VERSION= 1.6.0
|
|
GNOME_PROJECT= meld
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc x11
|
|
|
|
HOMEPAGE= http://meld.sourceforge.net/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/python \
|
|
textproc/intltool \
|
|
x11/gnome
|
|
|
|
RUN_DEPENDS= x11/py-gtk2
|
|
|
|
MODGNOME_TOOLS= yelp
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
MODGNOME_ICON_CACHE= Yes
|
|
|
|
SUBST_VARS+= MODPY_SITEPKG
|
|
CONFIGURE_STYLE=none
|
|
NO_REGRESS= yes
|
|
MAKE_ENV= PYTHON=${MODPY_BIN}
|
|
|
|
MODPY_ADJ_FILES=bin/meld
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/INSTALL
|
|
|
|
post-install:
|
|
rmdir ${PREFIX}/share/pixmaps
|
|
|
|
.include <bsd.port.mk>
|