diff options
author | eivind <eivind@FreeBSD.org> | 2002-04-13 21:58:57 +0800 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2002-04-13 21:58:57 +0800 |
commit | 2be32a7c47adfae2af87424430b200ee8624b06e (patch) | |
tree | 55172be4fd7824a85f11bade5a36444522f4463b /mail/isync/Makefile | |
parent | dfd8c7d57db37e10704cb7dab1c8216257468843 (diff) | |
download | freebsd-ports-gnome-2be32a7c47adfae2af87424430b200ee8624b06e.tar.gz freebsd-ports-gnome-2be32a7c47adfae2af87424430b200ee8624b06e.tar.zst freebsd-ports-gnome-2be32a7c47adfae2af87424430b200ee8624b06e.zip |
Update and bugfix.
WARNING: The format for the mailboxes has changed, so you will get duplicate
messages if you have old mailboxes lying around. I have delayed this upgrade
as I was planning to write a conversion script, but feel that it has been too
long already.
Bugfix by: nectar
Diffstat (limited to 'mail/isync/Makefile')
-rw-r--r-- | mail/isync/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 5ffa243f4d3d..2af0094aaa44 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -5,14 +5,19 @@ # $FreeBSD$ PORTNAME= isync -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= mail -MASTER_SITES= http://www.sigpipe.org:8080/isync/ +MASTER_SITES= http://www.cs.hmc.edu/~me/isync/ + +LIB_DEPENDS= db3:${PORTSDIR}/databases/db3 MAINTAINER= eivind@FreeBSD.org GNU_CONFIGURE= yes USE_OPENSSL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db3" \ + LIBS="-L${LOCALBASE}/lib" \ + LDFLAGS="-ldb3" MAN1= isync.1 |