freebsd-ports/comms/ecu/Makefile
David E. O'Brien fe5b7da774 CAT_E_GORIES+= -> CAT_E_GORIES=
Added MAINTAINER's to some, switched to new MAN[1-8]
1996-11-17 03:01:21 +00:00

24 lines
622 B
Makefile

# New ports collection makefile for: ecu
# Version required: 3.55
# Date created: Feb 18, 1995
# Whom: ache
#
# $Id: Makefile,v 1.11 1996/11/12 00:42:37 ache Exp $
#
DISTNAME= ecu-3.55
CATEGORIES= comms
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
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>