1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/comms/ecu/Makefile
Andrey A. Chernov 0a2d029273 Upgrade to 4.30
2001-03-11 07:04:04 +00:00

24 lines
508 B
Makefile

# New ports collection makefile for: ecu
# Date created: Feb 18, 1995
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= ecu
PORTVERSION= 4.30
CATEGORIES= comms
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>