mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25 lines
630 B
Makefile
25 lines
630 B
Makefile
# New ports collection makefile for: ecu
|
|
# Version required: 4.08
|
|
# Date created: Feb 18, 1995
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.18 1997/07/02 03:47:10 asami Exp $
|
|
#
|
|
|
|
DISTNAME= ecu-4.08
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/comm/
|
|
#MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
do-configure:
|
|
cd ${WRKSRC}; yes "" | ./Configure
|
|
|
|
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>
|