summaryrefslogtreecommitdiff
path: root/mail/qcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/qcheck/Makefile')
-rw-r--r--mail/qcheck/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/qcheck/Makefile b/mail/qcheck/Makefile
index 8d4b46e729b..96877ce3618 100644
--- a/mail/qcheck/Makefile
+++ b/mail/qcheck/Makefile
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.5 2005/06/16 06:58:08 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2007/03/15 04:41:39 schmonz Exp $
#
DISTNAME= qcheck
PKGNAME= qcheck-1.0
+PKGREVISION= 1
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.meanmachine.ch/pub/unix/qmail/
+MASTER_SITES= http://zapek.com/software/qcheck/
MAINTAINER= zuntum@NetBSD.org
COMMENT= Text-only biff with Maildir support
-NO_CONFIGURE= YES
+DIST_SUBDIR= ${PKGNAME_NOREV}
-INSTALLATION_DIRS= bin
+NO_CONFIGURE= YES
-do-build:
- ${CC} ${CFLAGS} ${WRKSRC}/qcheck.c -o ${WRKSRC}/qcheck
+INSTALLATION_DIRS= bin share/doc/${PKGBASE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qcheck ${PREFIX}/bin/qcheck
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE}/README
.include "../../mk/bsd.pkg.mk"