summaryrefslogtreecommitdiff
path: root/mail/isync/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-16 16:32:44 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-16 16:32:44 +0000
commitf6385c78d38863611f6c238a4e9ed755f5991fd4 (patch)
treeb18a5c3b36250f5b5d203df56844a663b2741d9b /mail/isync/Makefile
parent- Support WITHOUT_X11 properly (diff)
- Update to version 0.9.1
PR: 55628 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=87072
Diffstat (limited to 'mail/isync/Makefile')
-rw-r--r--mail/isync/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index 114f80287855..183718421281 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -5,22 +5,25 @@
# $FreeBSD$
PORTNAME= isync
-PORTVERSION= 0.8
-PORTREVISION= 1
+PORTVERSION= 0.9.1
CATEGORIES= mail
-MASTER_SITES= http://www.cs.hmc.edu/~me/isync/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
MAINTAINER= ports@FreeBSD.org
COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags
-GNU_CONFIGURE= yes
+USE_GETOPT_LONG= yes
USE_OPENSSL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db3" \
- LIBS="-L${LOCALBASE}/lib" \
- LDFLAGS="-ldb3"
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= isync.1
+CPPFLAGS= -I${LOCALBASE}/include/db3 -I${OPENSSLINC}
+LDFLAGS= -L${LOCALBASE}/lib -ldb3 -L${OPENSSLLIB} -lssl -lcrypto
+
.include <bsd.port.mk>