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
625 B
Makefile
Raw Normal View History

# New ports collection makefile for: ecu
1997-06-25 07:42:55 +00:00
# Version required: 4.07
# Date created: Feb 18, 1995
# Whom: ache
#
1997-06-25 07:42:55 +00:00
# $Id: Makefile,v 1.16 1997/03/26 14:02:55 ache Exp $
#
1997-06-25 07:42:55 +00:00
DISTNAME= ecu-4.07
CATEGORIES= comms
1997-06-25 07:42:55 +00:00
MASTER_SITES= ftp://ftp.kiarchive.ru/unix/comm/
1996-08-17 18:34:55 +00:00
#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>