summaryrefslogtreecommitdiff
path: root/mail/oe2mbx/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-06-04 11:34:03 +0000
committerzuntum <zuntum>2001-06-04 11:34:03 +0000
commit587be076335d01b4cb8c41ba40d655a05a8381e0 (patch)
treee08bfea041b51614866c0b987cce56069b3c0b8d /mail/oe2mbx/Makefile
parentaa9a0928f42d9b2db916c11e0c669045d016df6f (diff)
downloadpkgsrc-587be076335d01b4cb8c41ba40d655a05a8381e0.tar.gz
Initial import of oe2mbx 1.21
liboe is a C library that reads Outlook Express 4 and 5.x mailboxes and returns a standard Unix mailbox to a function specified as a parameter to the converter oe2mbx is a C program using liboe to convert Outlook Express messages to the Unix mailbox format
Diffstat (limited to 'mail/oe2mbx/Makefile')
-rw-r--r--mail/oe2mbx/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/oe2mbx/Makefile b/mail/oe2mbx/Makefile
new file mode 100644
index 00000000000..2738f8fbc0c
--- /dev/null
+++ b/mail/oe2mbx/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/04 11:34:03 zuntum Exp $
+#
+
+DISTNAME= oe2mbx-1.21
+CATEGORIES= mail
+MASTER_SITES= http://www.gpl.no/liboe/download/
+
+MAINTAINER= zuntum@netbsd.org
+HOMEPAGE= http://www.gpl.no/liboe/
+COMMENT= Outlook Express messages to the Unix mailbox format converter
+
+MAKEFILE= makefile
+
+ALL_TARGET= liboe oe2mbx
+
+WRKSRC= ${WRKDIR}/liboe-0.92
+
+pre-build:
+ cd ${WRKSRC} && ${MAKE_PROGRAM} clean
+
+post-patch:
+ ${SED} -e "s,gcc,${CC} ${CFLAGS},g" \
+ -e "s,^PREFIX,#PREFIX,g" \
+ ${WRKSRC}/${MAKEFILE} > ${WRKSRC}/${MAKEFILE}.done
+ ${MV} ${WRKSRC}/${MAKEFILE}.done ${WRKSRC}/${MAKEFILE}
+
+.include "../../mk/bsd.pkg.mk"