pkgsrc/mail/isync/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

30 lines
812 B
Makefile

# $NetBSD: Makefile,v 1.23 2008/01/18 05:08:25 tnn Exp $
#
DISTNAME= isync-1.0.3
PKGREVISION= 4
CATEGORIES= mail net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://isync.sourceforge.net/
COMMENT= Synchronize a maildir with an imap server
PKG_INSTALLATION_TYPES= overwrite pkgviews
INSTALLATION_DIRS+= share/examples/isync
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
LDFLAGS+= -lcrypto
.include "../../security/openssl/buildlink3.mk"
.include "../../databases/db4/buildlink3.mk"
post-install:
${INSTALL_DATA} ${WRKSRC}/src/mbsyncrc.sample \
${PREFIX}/share/examples/isync/mbsyncrc.sample
${INSTALL_DATA} ${WRKSRC}/src/compat/isyncrc.sample \
${PREFIX}/share/examples/isync/isyncrc.sample
.include "../../mk/bsd.pkg.mk"