![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / mail / isync / Makefile (download)
Revision 1.17, Sat Mar 4 21:30:00 2006 UTC (17 years, 9 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:00 jlam Exp $ # DISTNAME= isync-1.0.1 PKGREVISION= 3 CATEGORIES= mail net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://isync.sourceforge.net/ COMMENT= Synchronize a maildir with an imap server PKG_INSTALLATION_TYPES= overwrite pkgviews 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_DIR} ${PREFIX}/share/examples/isync ${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"