1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/comms/ecu/Makefile

25 lines
622 B
Makefile
Raw Normal View History

# New ports collection makefile for: ecu
1997-03-26 14:03:09 +00:00
# Version required: 4.05
# Date created: Feb 18, 1995
# Whom: ache
#
1997-03-26 14:03:09 +00:00
# $Id: Makefile,v 1.15 1997/03/02 23:26:39 ache Exp $
#
1997-03-26 14:03:09 +00:00
DISTNAME= ecu-4.05
CATEGORIES= comms
1996-08-17 18:34:55 +00:00
MASTER_SITES= ftp://ftp.relcom.ru/unix/comm/
#MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/
MAINTAINER= ache@FreeBSD.ORG
1995-12-28 14:59:18 +00:00
do-configure:
cd ${WRKSRC}; yes "" | ./Configure
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>