1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/mail/isync/Makefile

31 lines
747 B
Makefile
Raw Normal View History

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