freebsd-ports/mail/liboe/Makefile
Edwin Groothuis 6097f03e91 PERL -> REINPLACE
Noticed on: bento
2002-11-04 02:35:01 +00:00

26 lines
472 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
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>