2018-10-28 12:14:02 +00:00

25 lines
418 B
Makefile

# $OpenBSD: Makefile,v 1.3 2018/10/28 12:14:02 anton Exp $
COMMENT = maildir sort
V = 2.0.0
DISTNAME = mdsort-${V}
CATEGORIES = mail
HOMEPAGE = https://github.com/mptre/mdsort
MAINTAINER = Anton Lindqvist <anton@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
# uses pledge()
WANTLIB += c
MASTER_SITES = https://github.com/mptre/mdsort/releases/download/v${V}/
CONFIGURE_STYLE = simple
.include <bsd.port.mk>