summaryrefslogtreecommitdiff
path: root/mail/findmaildirs/Makefile
blob: bdf8f8d68431aa1499fdc0d1334019e5112bae8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: 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

NO_STAGE=	yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}
post-install:
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif

.include <bsd.port.mk>