2003-04-13 23:36:10 +00:00
|
|
|
# New ports collection makefile for: meld
|
|
|
|
# Date created: 2003-04-13
|
|
|
|
# Whom: Pav Lucistnik <pav@oook.cz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= meld
|
2009-09-02 16:43:50 +00:00
|
|
|
PORTVERSION= 1.3.1
|
2010-02-05 11:46:55 +00:00
|
|
|
PORTREVISION= 1
|
2003-04-13 23:36:10 +00:00
|
|
|
CATEGORIES= textproc devel python
|
2009-02-02 01:36:16 +00:00
|
|
|
MASTER_SITES= GNOME
|
2003-04-13 23:36:10 +00:00
|
|
|
|
2007-01-17 16:45:46 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-13 23:36:10 +00:00
|
|
|
COMMENT= GNOME 2 visual diff and merge tool
|
|
|
|
|
2007-07-11 03:51:45 +00:00
|
|
|
OPTIONS= PYGNOMEDESKTOP "Code syntax hilighting (many dependencies)" off
|
|
|
|
|
2004-07-25 15:03:30 +00:00
|
|
|
USE_BZIP2= yes
|
2004-07-25 18:05:44 +00:00
|
|
|
USE_GNOME= pygnome2
|
2003-04-13 23:36:10 +00:00
|
|
|
USE_PYTHON= yes
|
2007-01-17 16:45:46 +00:00
|
|
|
USE_GETTEXT= yes
|
2007-07-11 03:51:45 +00:00
|
|
|
USE_GMAKE= yes
|
2003-12-04 11:05:55 +00:00
|
|
|
MAKEFILE= GNUmakefile
|
2007-07-11 03:51:45 +00:00
|
|
|
MAKE_ARGS= prefix=${PREFIX}
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
INSTALLS_OMF= yes
|
2004-07-25 15:03:30 +00:00
|
|
|
|
2007-01-17 16:45:46 +00:00
|
|
|
post-patch:
|
2009-09-02 16:43:50 +00:00
|
|
|
.for file in GNUmakefile
|
|
|
|
@${REINPLACE_CMD} -e '/docdir_/d' ${WRKSRC}/${file}
|
|
|
|
.endfor
|
|
|
|
.for file in help/GNUmakefile
|
|
|
|
@${REINPLACE_CMD} -e '/^LANGUAGES/s|de||g' ${WRKSRC}/${file}
|
|
|
|
.endfor
|
|
|
|
.for file in help/C/GNUmakefile help/es/GNUmakefile help/fr/GNUmakefile
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|$$(localstatedir)/lib/scrollkeeper|/var/db/scrollkeeper|g ; \
|
|
|
|
s|^LANG :=|LANG_ :=|g ; \
|
|
|
|
s|$$(LANG)|$$(LANG_)|g' ${WRKSRC}/${file}
|
|
|
|
.endfor
|
2007-01-17 16:45:46 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2007-07-11 03:51:45 +00:00
|
|
|
|
|
|
|
.if defined(WITH_PYGNOMEDESKTOP)
|
2007-01-17 16:45:46 +00:00
|
|
|
USE_GNOME+= pygnomedesktop
|
|
|
|
.endif
|
2007-07-11 03:51:45 +00:00
|
|
|
|
2007-01-17 16:45:46 +00:00
|
|
|
.include <bsd.port.post.mk>
|