freebsd-ports/mail/isync/Makefile
Ade Lovett 76d6ac6122 BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
2002-08-22 19:13:46 +00:00

25 lines
476 B
Makefile

# New ports collection makefile for: isync
# Date created: 2000-12-23
# Whom: eivind
#
# $FreeBSD$
PORTNAME= isync
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.cs.hmc.edu/~me/isync/
LIB_DEPENDS= db3.3:${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>