e60734ff9c
mutt-compatible format. It may be called from .muttrc to automatically fill mutt's mailboxes parameter on startup with all available maildirs. WWW: https://github.com/AMDmi3/findmaildirs
27 lines
587 B
Makefile
27 lines
587 B
Makefile
# New ports collection makefile for: findmaildirs
|
|
# Date created: 24 Feb 2012
|
|
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= findmaildirs
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://cloud.github.com/downloads/AMDmi3/findmaildirs/ \
|
|
http://mirror.amdmi3.ru/distfiles/
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Simple utility to create list of maildirs for mutt
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
PORTDOCS= README
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|