aboutsummaryrefslogtreecommitdiffstats
path: root/comms/ecu/Makefile
blob: 02436008a00d05067f7090119d1e9084b2144dfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    ecy
# Version required:     3.33
# Date created:         Feb 18, 1995
# Whom:                 ache
#
DISTNAME=       ecu-3.33
EXTRACT_SUFX=   .cpio.Z
MASTER_SITES=   ftp://ftp.kiae.su/unix/comm/
EXTRACT_CMD=    (zcat | cpio -idm)
EXTRACT_ARGS=   <
HAS_CONFIGURE=  YES
CONFIGURE_SCRIPT= Configure
IS_INTERACTIVE= YES

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>