2003-04-14 01:36:10 +02:00
|
|
|
# New ports collection makefile for: meld
|
|
|
|
# Date created: 2003-04-13
|
|
|
|
# Whom: Pav Lucistnik <pav@oook.cz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= meld
|
2009-07-01 17:27:09 +02:00
|
|
|
PORTVERSION= 1.3.0
|
2003-04-14 01:36:10 +02:00
|
|
|
CATEGORIES= textproc devel python
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-04-14 01:36:10 +02:00
|
|
|
|
2007-01-17 17:45:46 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-14 01:36:10 +02:00
|
|
|
COMMENT= GNOME 2 visual diff and merge tool
|
|
|
|
|
2007-07-11 05:51:45 +02:00
|
|
|
OPTIONS= PYGNOMEDESKTOP "Code syntax hilighting (many dependencies)" off
|
|
|
|
|
2004-07-25 17:03:30 +02:00
|
|
|
USE_BZIP2= yes
|
2004-07-25 20:05:44 +02:00
|
|
|
USE_GNOME= pygnome2
|
2003-04-14 01:36:10 +02:00
|
|
|
USE_PYTHON= yes
|
2007-01-17 17:45:46 +01:00
|
|
|
USE_GETTEXT= yes
|
2007-07-11 05:51:45 +02:00
|
|
|
USE_GMAKE= yes
|
2003-12-04 12:05:55 +01:00
|
|
|
MAKEFILE= GNUmakefile
|
2007-07-11 05:51:45 +02:00
|
|
|
MAKE_ARGS= prefix=${PREFIX}
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
INSTALLS_OMF= yes
|
2004-07-25 17:03:30 +02:00
|
|
|
|
2007-01-17 17:45:46 +01:00
|
|
|
post-patch:
|
2007-07-11 05:51:45 +02:00
|
|
|
@${FIND} ${WRKSRC} -name "${MAKEFILE}" | ${XARGS} ${REINPLACE_CMD} -e \
|
2007-10-25 01:37:25 +02:00
|
|
|
's|$$(localstatedir)/lib/scrollkeeper|/var/db/scrollkeeper|g'
|
2007-01-17 17:45:46 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2007-07-11 05:51:45 +02:00
|
|
|
|
|
|
|
.if defined(WITH_PYGNOMEDESKTOP)
|
2007-01-17 17:45:46 +01:00
|
|
|
USE_GNOME+= pygnomedesktop
|
|
|
|
.endif
|
2007-07-11 05:51:45 +02:00
|
|
|
|
2007-01-17 17:45:46 +01:00
|
|
|
.include <bsd.port.post.mk>
|