summaryrefslogtreecommitdiffstats
path: root/devel/evolution-gconf-tools/Makefile
blob: 77d3ce41dc880673cd1f74ccec4d741947f783ff (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
# New ports collection makefile for:    evolution-gconf-tools
# Date created:     2005-07-22
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   evolution-gconf-tools
PORTVERSION=    0.1.6
CATEGORIES= devel
MASTER_SITES=   http://people.redhat.com/dmalcolm/evolution-gconf-tools/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Scripts to make it easier to work with Evolution's configuration

RUN_DEPENDS=    evolution:${PORTSDIR}/mail/evolution

GNU_CONFIGURE=  yes
USE_X_PREFIX=   yes
USE_PYTHON= yes
USE_REINPLACE=  yes
USE_GNOME=  gnomeprefix

post-patch:
    @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
        ${WRKSRC}/lib/*

.include <bsd.port.mk>