2013-09-20 19:03:26 +02:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2005-11-05 06:53:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
# $MCom: ports/devel/evolution-gconf-tools/Makefile,v 1.2 2005/10/14 20:39:56 adamw Exp $
|
|
|
|
|
|
|
|
PORTNAME= evolution-gconf-tools
|
|
|
|
PORTVERSION= 0.1.6
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 8
|
2005-11-05 06:53:22 +01:00
|
|
|
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
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= evolution:mail/evolution
|
2005-11-05 06:53:22 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-10-20 18:04:12 +02:00
|
|
|
USES= python
|
2005-11-05 06:53:22 +01:00
|
|
|
USE_GNOME= gnomeprefix
|
2015-08-28 15:35:52 +02:00
|
|
|
NO_ARCH= yes
|
2005-11-05 06:53:22 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
|
|
|
|
${WRKSRC}/lib/*
|
|
|
|
|
2015-08-28 15:35:52 +02:00
|
|
|
post-install:
|
|
|
|
@${RMDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/evolution-gconf-tools
|
|
|
|
|
2005-11-05 06:53:22 +01:00
|
|
|
.include <bsd.port.mk>
|