24 lines
656 B
Makefile
24 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/04/18 05:33:48 snj Exp $
|
|
#
|
|
|
|
DISTNAME= isync-0.9.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}
|
|
|
|
MAINTAINER= cez+misc.pkgsrc@compsoc.man.ac.uk
|
|
HOMEPAGE= http://isync.sourceforge.net/
|
|
COMMENT= Synchronize a maildir with an imap server
|
|
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
|
|
LDFLAGS+= -lcrypto
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/isync
|
|
${INSTALL_DATA} ${WRKSRC}/isyncrc.sample ${PREFIX}/share/examples/isync/isyncrc.sample
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|