blob: a7d7fe28b67d3095119b8a02d50f3f4f3ab67663 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: ecu
# Version required: 3.40
# Date created: Feb 18, 1995
# Whom: ache
#
# $Id: Makefile,v 1.8 1996/04/01 02:50:47 ache Exp $
#
DISTNAME= ecu-3.40
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} -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>
|