pkgsrc/mail/smtp-vilter/Makefile
dholland 01e3488814 Not MAKE_JOBS_SAFE.
Gives
   scan.l:21:19: fatal error: parse.h: No such file or directory
because it has no logic to sequence its yacc and lex runs.
2013-06-15 22:16:14 +00:00

24 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/06/15 22:16:14 dholland Exp $
DISTNAME= smtp-vilter-1.3.8
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
PKGREVISION= 2
MAINTAINER= marc@msys.ch
HOMEPAGE= http://www.etc.msys.ch/software/smtp-vilter/
COMMENT= milter to scan messages for viruses and spam
USE_BSD_MAKEFILE= yes
MAKE_JOBS_SAFE= no
PKG_GROUPS= vilter
PKG_USERS= vilter:vilter
PKG_GECOS.vilter= SMTP vilter
INSTALLATION_DIRS= etc sbin lib/smtp-vilter man/man5 man/man8
.include "../../mail/libmilter/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"