2020-03-17 14:56:59 +00:00

25 lines
413 B
Makefile

# $OpenBSD: Makefile,v 1.13 2020/03/17 14:56:59 anton Exp $
COMMENT = maildir sort
V = 5.2.2
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>