pkgsrc/mail/qcheck/Makefile
2003-07-17 21:41:05 +00:00

20 lines
435 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/07/17 21:46:52 grant Exp $
#
DISTNAME= qcheck
PKGNAME= qcheck-1.0
CATEGORIES= mail
MASTER_SITES= ftp://ftp.meanmachine.ch/pub/unix/qmail/
MAINTAINER= zuntum@NetBSD.org
COMMENT= Text-only biff with Maildir support
NO_CONFIGURE= YES
do-build:
${CC} ${CFLAGS} ${WRKSRC}/qcheck.c -o ${WRKSRC}/qcheck
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qcheck ${PREFIX}/bin/qcheck
.include "../../mk/bsd.pkg.mk"