1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/comms/ecu/Makefile

25 lines
676 B
Makefile
Raw Normal View History

# New ports collection makefile for: ecu
1996-01-04 19:49:36 +00:00
# Version required: 3.38.06
# Date created: Feb 18, 1995
# Whom: ache
#
1996-01-04 19:49:36 +00:00
# $Id: Makefile,v 1.6 1995/12/28 14:59:07 ache Exp $
#
1996-01-04 19:49:36 +00:00
DISTNAME= ecu-3.38.06
CATEGORIES+= comms
1995-12-28 14:59:18 +00:00
MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/ \
ftp://ftp.kiae.su/unix/comm/
MAINTAINER= ache@FreeBSD.ORG
1995-12-28 14:59:18 +00:00
do-configure:
cd ${WRKSRC}; yes "" | ./Configure
pre-install:
cd ${WRKSRC}/doc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ecu.man ${PREFIX}/man/cat1/ecu.1; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 proc.man ${PREFIX}/man/cat1/proc.1
.include <bsd.port.mk>