1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/mail/eps/Makefile
2006-05-10 22:37:39 +00:00

35 lines
698 B
Makefile

# New ports collection makefile for: eps
# Date created: 21 Jul 2005
# Whom: ismail@enderunix.org
#
# $FreeBSD$
#
PORTNAME= eps
PORTVERSION= 1.5
CATEGORIES= mail
MASTER_SITES= http://www.inter7.com/eps/
MAINTAINER= ismail@EnderUNIX.org
COMMENT= EPS is a Email Parsing System
PORTDOCS= howto
MAKE_ENV+= DEFS="${CFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|^CC =|CC \?=|' \
-e 's|^DEFS =|DEFS \?=|' \
${WRKSRC}/Makefile
do-install:
${INSTALL_DATA} ${WRKSRC}/libeps.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>