7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
27 lines
541 B
Makefile
27 lines
541 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
|
|
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>
|