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