freebsd-ports/mail/findmaildirs/Makefile
Dmitry Marakasov e60734ff9c This simple utility scans a directory for maildirs and prints them in
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
2012-02-24 00:21:50 +00:00

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>