openbsd-ports/textproc/meld/Makefile
landry 4081809736 Import meld 1.3.0:
Meld is a visual diff and merge tool. You can compare two or three files
and edit them in place (diffs update dynamically). You can compare two
or three folders and launch file comparisons. You can browse and view a
working copy from popular version control systems such such as CVS,
Subversion, Bazaar-ng and Mercurial if the corresponding commands are
installed.

ok ajacoutot@ wcmaier@
2009-06-03 18:23:27 +00:00

39 lines
751 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/06/03 18:23:27 landry Exp $
COMMENT= graphical diff and merge tool
DISTNAME= meld-1.3.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
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/1.3/}
USE_GMAKE= Yes
MODULES= lang/python
BUILD_DEPENDS+= ::textproc/rarian
RUN_DEPENDS= ::x11/gnome/py-gnome \
::x11/gnome/yelp \
::devel/desktop-file-utils \
::x11/py-gtksourceview
SUBST_VARS+= MODPY_SITEPKG
MAKE_FILE= GNUmakefile
CONFIGURE_STYLE=none
NO_REGRESS= yes
MAKE_ENV= PYTHON=${MODPY_BIN}
pre-configure:
${SUBST_CMD} ${WRKSRC}/meld ${WRKSRC}/INSTALL
.include <bsd.port.mk>