aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gml/Makefile
blob: 123faeb2ca9ea8a32ff0962ede62b4963a79b8df (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
28
29
30
31
32
33
34
35
36
37
38
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$

PORTNAME=   gml
PORTVERSION=    0.4
CATEGORIES= mail
MASTER_SITES=   http://marklyon.org/wp-content/uploads/2013/01/ \
        LOCAL/glarkin
DISTNAME=   ${PORTNAME}
EXTRACT_SUFX=   .tar

MAINTAINER= ports@FreeBSD.org
COMMENT=    Mbox & Maildir to Gmail loader

USE_PYTHON_RUN= -2.7
NO_WRKSUBDIR=   yes
NO_BUILD=   yes
USE_DOS2UNIX=   yes
PLIST_FILES=    bin/${PORTNAME}

PORTDOCS=   README

.include <bsd.port.options.mk>

post-patch:
    @${REINPLACE_CMD} -e 's|.exe||g' \
        -e 's|"c:\\mail\\Inbox.*"|/home/user/Inbox|g' ${WRKDIR}/*

do-install:
    @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME}
.if ${PORT_OPTIONS:MDOCS}
    @${INSTALL} -d ${DOCSDIR}
.for i in ${PORTDOCS}
    @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>