freebsd-ports/mail/liboe/Makefile
Ying-Chieh Liao 405c9ff689 add liboe
Convert Outlook Express messages to the Unix mailbox format
2001-06-03 08:12:59 +00:00

25 lines
448 B
Makefile

# 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
MAKEFILE= makefile
ALL_TARGET= clean oe2mbx liboe
INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e "s,^PREFIX,#PREFIX,g ; \
s,gcc,${CC} ${CFLAGS},g" ${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>