c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
24 lines
655 B
Makefile
24 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/10/03 00:12:53 tv Exp $
|
|
#
|
|
|
|
DISTNAME= isync-0.9.2
|
|
PKGREVISION= 2
|
|
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"
|