1995-04-12 04:56:21 +00:00
|
|
|
# New ports collection makefile for: ecu
|
1997-03-02 23:26:46 +00:00
|
|
|
# Version required: 4.04
|
1995-02-17 23:32:34 +00:00
|
|
|
# Date created: Feb 18, 1995
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1997-03-02 23:26:46 +00:00
|
|
|
# $Id: Makefile,v 1.14 1997/01/28 02:39:45 ache Exp $
|
1995-04-12 04:56:21 +00:00
|
|
|
#
|
|
|
|
|
1997-03-02 23:26:46 +00:00
|
|
|
DISTNAME= ecu-4.04
|
1996-11-17 03:01:21 +00:00
|
|
|
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/
|
1995-04-12 04:56:21 +00:00
|
|
|
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
|
1995-12-28 14:59:18 +00:00
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC}; yes "" | ./Configure
|
1995-02-17 23:32:34 +00:00
|
|
|
|
1996-07-30 17:21:04 +00:00
|
|
|
post-install:
|
1995-02-17 23:32:34 +00:00
|
|
|
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
|
1995-02-17 23:32:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|