Files
pkgsrc-ng/mail/mutt-kz/Makefile
2016-01-21 23:42:40 +01:00

29 lines
900 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/09/06 09:16:58 wiz Exp $
DISTNAME= mutt-kz-1.5.23.1-rc1
PKGNAME= ${DISTNAME:S/-rc/rc/}
CATEGORIES= mail
MASTER_SITES= ftp://redcrew.org/pub/mutt-kz/v1.5.23.1/
EXTRACT_SUFX= .tar.xz
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= https://kzak.redcrew.org/doku.php?id=mutt:start
COMMENT= Text-based MIME mail client with notmuch, PGP & S/MIME support
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
CONFIGURE_ARGS+= --enable-notmuch
# On case-insensitive file systems like on OS X, version.sh is used
# to re-create VERSION, and fails. Make sure VERSION is newer than
# version.sh to avoid this.
pre-build:
${TOUCH} ${WRKSRC}/VERSION
.include "../../mail/mutt/Makefile.common"
DEINSTALL_SRC= ${.CURDIR}/../../mail/mutt/DEINSTALL
INSTALL_SRC= ${.CURDIR}/../../mail/mutt/INSTALL
.include "../../mail/notmuch/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"