1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/comms/ecu/Makefile

32 lines
744 B
Makefile
Raw Normal View History

# New ports collection makefile for: ecu
# Date created: Feb 18, 1995
# Whom: ache
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
PORTNAME= ecu
2001-03-11 07:04:04 +00:00
PORTVERSION= 4.30
CATEGORIES= comms
2001-03-11 07:04:04 +00:00
MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/
MAINTAINER= ache@FreeBSD.org
COMMENT= Extended Call Utility
2002-11-04 03:26:23 +00:00
USE_REINPLACE= yes
1995-12-28 14:59:18 +00:00
do-configure:
cd ${WRKSRC}; yes "" | ./Configure
pre-patch:
@${REINPLACE_CMD} -e "s|#include *<malloc.h>||g" \
2002-11-04 03:26:23 +00:00
${WRKSRC}/ecu.h ${WRKSRC}/ecunumrev.c ${WRKSRC}/ptyfork.c \
${WRKSRC}/qmake.c ${WRKSRC}/unsupported/tts/tts.c
1996-07-30 17:21:04 +00:00
post-install:
cd ${WRKSRC}/doc; \
1996-11-12 00:42:44 +00:00
${INSTALL_MAN} ecu.man ${PREFIX}/man/cat1/ecu.1; \
${INSTALL_MAN} proc.man ${PREFIX}/man/cat1/proc.1
.include <bsd.port.mk>