openbsd-ports/textproc/meld/Makefile
sthen 7964e23e14 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ ajacoutot@ landry@
2009-12-22 12:51:52 +00:00

41 lines
791 B
Makefile

# $OpenBSD: Makefile,v 1.3 2009/12/22 12:51:52 sthen Exp $
COMMENT= graphical diff and merge tool
DISTNAME= meld-1.3.0
PKGNAME= ${DISTNAME}p0
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 \
textproc/intltool
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>