blob: f576d09bad9659be38a945f7b4e2d1c682de717c (
plain) (
blame)
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
27
|
# 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>
|