aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-08 23:19:31 +0800
committersobomax <sobomax@FreeBSD.org>2002-05-08 23:19:31 +0800
commit18754445b4cef524f6ad991b27ca7dd25f616e33 (patch)
tree20d469078eb110ef1b6e4d5a8ea328c29c163f2a /mail/evolution/Makefile
parentc16cb76ba142a72e6752604a8910366bd24f6145 (diff)
downloadfreebsd-ports-gnome-18754445b4cef524f6ad991b27ca7dd25f616e33.tar.gz
freebsd-ports-gnome-18754445b4cef524f6ad991b27ca7dd25f616e33.tar.zst
freebsd-ports-gnome-18754445b4cef524f6ad991b27ca7dd25f616e33.zip
Update to 1.0.4. Use home-rolled distfile (using sources checked out from
their cvs repo passed through automake/autoconf with EVOLUTION_1_0_4 tag), because ximian doesn't hurry up to release an official source tarball.
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r--mail/evolution/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 491ad0facd5b..0080e3137e60 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -6,15 +6,15 @@
#
PORTNAME= evolution
-PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTVERSION= 1.0.4
CATEGORIES= mail gnome
-MASTER_SITES= ${MASTER_SITE_GNOME} \
+MASTER_SITES= http://people.FreeBSD.org/~sobomax/ \
+ ${MASTER_SITE_GNOME} \
http://people.FreeBSD.org/~sobomax/:local
# ${MASTER_SITE_LOCAL:S,$,:local,}
MASTER_SITE_SUBDIR= stable/sources/evolution \
sobomax/:local
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
+DISTFILES= ${PORTNAME}-homebrew-${PORTVERSION}${EXTRACT_SUFX} \
db-3.1.17${EXTRACT_SUFX}:local
DIST_SUBDIR= gnome
@@ -41,7 +41,8 @@ USE_BISON= yes
USE_X_PREFIX= yes
USE_GNOME= yes
USE_OPENSSL= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LIBTOOLFILES= configure libical/configure
CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \
--with-db3-includes=${DB3_WRKSRC} \
--with-html-dir=${PREFIX}/share/gnome/html \