summaryrefslogtreecommitdiff
path: root/comms/ecu/Makefile
blob: f6b54a79cdfa2e8bd27f280256b1899941f0bb3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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/
CATEGORIES+=	comms
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>