2000-06-29 21:33:26 +02:00
|
|
|
# New ports collection makefile for: evolution
|
|
|
|
# Date created: 28th June 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= evolution
|
2001-03-16 21:59:47 +01:00
|
|
|
PORTVERSION= 0.9
|
2001-05-04 23:41:30 +02:00
|
|
|
PORTREVISION= 1
|
2000-06-29 21:33:26 +02:00
|
|
|
CATEGORIES= mail gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= unstable/sources/evolution
|
|
|
|
|
2001-01-30 17:45:58 +01:00
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
2000-06-29 21:33:26 +02:00
|
|
|
|
2001-05-04 23:41:30 +02:00
|
|
|
LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml \
|
|
|
|
ldap.1:${PORTSDIR}/net/openldap
|
2000-12-08 22:12:35 +01:00
|
|
|
|
2000-06-29 21:33:26 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
USE_GNOME= yes
|
2000-06-29 21:33:26 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOLFILES= configure libical/configure
|
2000-12-16 02:43:26 +01:00
|
|
|
CONFIGURE_ARGS= # --with-pisock=${LOCALBASE}/pilot --enable-pilot-conduits=yes
|
2000-06-29 21:33:26 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
|
2000-08-04 18:11:37 +02:00
|
|
|
pre-patch:
|
2001-03-29 18:35:19 +02:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 03:29:57 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
2000-06-29 21:33:26 +02:00
|
|
|
.include <bsd.port.mk>
|