freebsd-ports/comms/ecu/Makefile
Edwin Groothuis c170f04e0f big whitespace cleanup (see ports/65409)
PR:		ports/65828
Submitted by:	trevor
Approved by:	ache
2005-11-25 03:25:00 +00:00

31 lines
741 B
Makefile

# New ports collection makefile for: ecu
# Date created: Feb 18, 1995
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= ecu
PORTVERSION= 4.30
CATEGORIES= comms
MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/
MAINTAINER= ports@FreeBSD.org
COMMENT= Extended Call Utility
USE_REINPLACE= yes
do-configure:
cd ${WRKSRC}; yes "" | ./Configure
pre-patch:
@${REINPLACE_CMD} -e "s|#include *<malloc.h>||g" \
${WRKSRC}/ecu.h ${WRKSRC}/ecunumrev.c ${WRKSRC}/ptyfork.c \
${WRKSRC}/qmake.c ${WRKSRC}/unsupported/tts/tts.c
post-install:
cd ${WRKSRC}/doc; \
${INSTALL_MAN} ecu.man ${PREFIX}/man/cat1/ecu.1; \
${INSTALL_MAN} proc.man ${PREFIX}/man/cat1/proc.1
.include <bsd.port.mk>