- stop leaking interpolation matches between rules - remove force pattern flag - skip mbox separator line - support many label actions in conjunction with pass
27 lines
445 B
Makefile
27 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.20 2020/12/16 19:59:46 anton Exp $
|
|
|
|
COMMENT = maildir sort
|
|
|
|
V = 8.0.0
|
|
DISTNAME = mdsort-${V}
|
|
|
|
CATEGORIES = mail
|
|
|
|
HOMEPAGE = https://github.com/mptre/mdsort
|
|
|
|
MAINTAINER = Anton Lindqvist <anton@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# uses pledge()
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES = https://github.com/mptre/mdsort/releases/download/v${V}/
|
|
|
|
CONFIGURE_STYLE = simple
|
|
|
|
TEST_ENV = TESTFLAGS=-Tfdleak
|
|
|
|
.include <bsd.port.mk>
|