summaryrefslogtreecommitdiff
path: root/mail/qcheck/Makefile
blob: 1d557dde812f1396188395c568f47e7f5c3ade96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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"