aboutsummaryrefslogtreecommitdiffstats
path: root/mail/liboe/Makefile
blob: e1bde2d3abc65a39116a45161728c231c81ede74 (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
# ex:ts=8
# New ports collection makefile for:    liboe
# Date created:         Jun 3, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   liboe
PORTVERSION=    0.92
CATEGORIES= mail
MASTER_SITES=   http://www.gpl.no/liboe/download/

MAINTAINER= ijliao@FreeBSD.org
COMMENT=    Convert Outlook Express messages to the Unix mailbox format

USE_REINPLACE=  yes
MAKEFILE=   makefile
ALL_TARGET= clean oe2mbx liboe
INSTALLS_SHLIB= yes

post-patch:
    @${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g ; \
        s,gcc,${CC} ${CFLAGS},g" ${WRKSRC}/${MAKEFILE}

.include <bsd.port.mk>