summaryrefslogtreecommitdiff
path: root/textproc/meld/Makefile
blob: cfec6c0850c631b25f6bfd755ae10c81b9a3f2bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# New ports collection makefile for:	meld
# Date created:				2003-04-13
# Whom:					Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
#

PORTNAME=	meld
PORTVERSION=	1.1.4
PORTREVISION=	1
CATEGORIES=	textproc devel python
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/1.1

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GNOME 2 visual diff and merge tool

USE_BZIP2=	yes
USE_GNOME=	pygnome2
INSTALLS_OMF=	yes
USE_PYTHON=	yes
NO_BUILD=	yes
USE_GMAKE=	yes
USE_GETTEXT=	yes
INSTALLS_ICONS=	yes

MAKEFILE=	GNUmakefile

OPTIONS=	PYGNOMEDESKTOP "Code syntax hilighting (many dependencies)" off

post-patch:
	@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' \
		${WRKSRC}/INSTALL

	@${REINPLACE_CMD} \
		's|$$(sharedir)/applications|$$(sharedir)/gnome/applications|g ;\
		s|$$(sharedir)/application-registry|$$(sharedir)/gnome/application-registry|g ;\
		s|$$(sharedir)/pixmaps|$$(sharedir)/gnome/pixmaps|g' \
		${WRKSRC}/${MAKEFILE}

	@${FIND} ${WRKSRC}/help -type f -name ${MAKEFILE} -exec \
		${REINPLACE_CMD} \
		's|$$(prefix)/var/lib/scrollkeeper|/var/db/scrollkeeper|g ; \
		s|$$(sharedir)/omf/meld|$$(sharedir)/gnome/omf/meld|g' \
		"{}" \;

.include <bsd.port.pre.mk>
.if defined (WITH_PYGNOMEDESKTOP)
USE_GNOME+=	pygnomedesktop
.endif
.include <bsd.port.post.mk>