anton 8d81b5c8ac update to mdsort-6.0.1
- fix null dereference when macro is absent
2020-09-14 17:27:27 +00:00

25 lines
413 B
Makefile

# $OpenBSD: Makefile,v 1.17 2020/09/14 17:27:27 anton Exp $
COMMENT = maildir sort
V = 6.0.1
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
.include <bsd.port.mk>