pkgsrc/mail/incm/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

17 lines
378 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/06/02 01:18:45 jschauma Exp $
#
DISTNAME= incm-0.5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.mew.org
COMMENT= Tool to get mail from mbox file or maildir
GNU_CONFIGURE= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/incm ${PREFIX}/bin/
.include "../../mk/bsd.pkg.mk"