2020-11-30 15:41:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2020/11/30 15:41:56 gonzalo Exp $
|
2009-06-11 22:27:29 +00:00
|
|
|
|
2013-12-05 00:27:50 +00:00
|
|
|
COMMENT = greytrapping daemon to complement OpenBSD spamd
|
2009-06-11 22:27:29 +00:00
|
|
|
|
2018-07-15 09:00:05 +00:00
|
|
|
DISTNAME = greyscanner-2.01
|
2009-06-11 22:27:29 +00:00
|
|
|
CATEGORIES = mail
|
2020-11-30 15:41:56 +00:00
|
|
|
REVISION = 1
|
2009-06-11 22:27:29 +00:00
|
|
|
|
|
|
|
# BSD
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2009-06-11 22:27:29 +00:00
|
|
|
|
2020-11-30 15:41:56 +00:00
|
|
|
MASTER_SITES = https://github.com/gonzalo-/openbsd-distfiles/raw/main/greyscanner/
|
2009-06-11 22:27:29 +00:00
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
RUN_DEPENDS = mail/p5-Email-Valid \
|
|
|
|
net/p5-Net-DNS
|
2009-06-11 22:27:29 +00:00
|
|
|
|
|
|
|
NO_BUILD = Yes
|
2013-03-11 11:20:26 +00:00
|
|
|
NO_TEST = Yes
|
2009-06-11 22:27:29 +00:00
|
|
|
PKG_ARCH = *
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/greyscanner ${PREFIX}/sbin
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/greyscanner
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/greyscanner.conf ${PREFIX}/share/examples/greyscanner
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/greyscanner.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|