freebsd-ports/mail/isync/Makefile
Eivind Eklund 60874edf6f 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
2002-04-13 13:58:57 +00:00

24 lines
458 B
Makefile

# New ports collection makefile for: isync
# Date created: 2000-12-23
# Whom: eivind
#
# $FreeBSD$
PORTNAME= isync
PORTVERSION= 0.8
CATEGORIES= mail
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
.include <bsd.port.mk>