2010-06-25 23:53:36 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/06/26 03:53:36 ajacoutot Exp $
|
2009-06-03 14:23:27 -04:00
|
|
|
|
|
|
|
COMMENT= graphical diff and merge tool
|
|
|
|
|
2010-06-25 23:53:36 -04:00
|
|
|
DISTNAME= meld-1.3.2
|
2009-06-03 14:23:27 -04:00
|
|
|
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
|
|
|
|
|
2009-08-10 18:02:52 -04:00
|
|
|
MODULES= lang/python \
|
|
|
|
textproc/intltool
|
2009-06-03 14:23:27 -04:00
|
|
|
|
|
|
|
BUILD_DEPENDS+= ::textproc/rarian
|
|
|
|
|
|
|
|
RUN_DEPENDS= ::x11/gnome/py-gnome \
|
|
|
|
::x11/gnome/yelp \
|
|
|
|
::devel/desktop-file-utils \
|
|
|
|
::x11/py-gtksourceview
|
|
|
|
|
|
|
|
SUBST_VARS+= MODPY_SITEPKG
|
|
|
|
CONFIGURE_STYLE=none
|
|
|
|
NO_REGRESS= yes
|
|
|
|
MAKE_ENV= PYTHON=${MODPY_BIN}
|
|
|
|
|
|
|
|
pre-configure:
|
2010-06-25 23:53:36 -04:00
|
|
|
${SUBST_CMD} ${WRKSRC}/bin/meld ${WRKSRC}/INSTALL
|
2009-06-03 14:23:27 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|