diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
commit | 19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch) | |
tree | 66898ce3ab32f0acd73aed95afc2fd553e9edb99 /comms/ecu | |
parent | 7303a651412f794e300334fae502c1e12ca9da58 (diff) | |
download | ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.tar.gz ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.zip |
Notes
Diffstat (limited to 'comms/ecu')
-rw-r--r-- | comms/ecu/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile index f6b54a79cdfa..569de395f7cd 100644 --- a/comms/ecu/Makefile +++ b/comms/ecu/Makefile @@ -1,17 +1,23 @@ -# New ports collection makefile for: ecy +# New ports collection makefile for: ecu # Version required: 3.33 # Date created: Feb 18, 1995 # Whom: ache # +# $Id$ +# + DISTNAME= ecu-3.33 -EXTRACT_SUFX= .cpio.Z -MASTER_SITES= ftp://ftp.kiae.su/unix/comm/ CATEGORIES+= comms +MASTER_SITES= ftp://ftp.kiae.su/unix/comm/ +EXTRACT_SUFX= .cpio.Z + +MAINTAINER= ache@FreeBSD.ORG + EXTRACT_CMD= (zcat | cpio -idm) EXTRACT_ARGS= < -HAS_CONFIGURE= YES +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -IS_INTERACTIVE= YES +IS_INTERACTIVE= yes pre-install: cd ${WRKSRC}/doc; \ |