2001-01-02 10:38:34 +00:00
|
|
|
# New ports collection makefile for: isync
|
|
|
|
# Date created: 2000-12-23
|
|
|
|
# Whom: eivind
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= isync
|
2003-08-16 16:32:44 +00:00
|
|
|
PORTVERSION= 0.9.1
|
2001-01-02 10:38:34 +00:00
|
|
|
CATEGORIES= mail
|
2003-08-16 16:32:44 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-04-13 13:58:57 +00:00
|
|
|
|
2002-08-22 19:13:46 +00:00
|
|
|
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
|
2001-01-02 10:38:34 +00:00
|
|
|
|
2003-08-11 15:05:18 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags
|
2001-01-02 10:38:34 +00:00
|
|
|
|
2003-08-16 16:32:44 +00:00
|
|
|
USE_GETOPT_LONG= yes
|
2001-11-28 14:18:35 +00:00
|
|
|
USE_OPENSSL= yes
|
2003-08-16 16:32:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-08-16 16:32:44 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2001-01-02 10:38:34 +00:00
|
|
|
|
|
|
|
MAN1= isync.1
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/isync
|
2001-01-02 10:38:34 +00:00
|
|
|
|
2003-08-16 16:32:44 +00:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include/db3 -I${OPENSSLINC}
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib -ldb3 -L${OPENSSLLIB} -lssl -lcrypto
|
|
|
|
|
2001-01-02 10:38:34 +00:00
|
|
|
.include <bsd.port.mk>
|