pkgsrc/mail/YoSucker/Makefile
jlam 9c8b5ede43 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.
2006-03-04 21:28:51 +00:00

36 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:57 jlam Exp $
#
DISTNAME= YoSucker-pr37
PKGNAME= ${DISTNAME:S/pr//}
PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yosucker/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://yosucker.sourceforge.net/
COMMENT= Download mails from Yahoo webmail into mbox
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
USE_TOOLS+= perl:run
REPLACE_PERL= bin/EncProxyPasswd bin/EncPasswd bin/YoSucker
NO_BUILD= yes
EGDIR= ${PREFIX}/share/examples/YoSucker
DOCDIR= ${PREFIX}/share/doc/YoSucker
INSTALLATION_DIRS= bin lib
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/conf/* ${EGDIR}
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCDIR}
.include "../../mk/bsd.pkg.mk"