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 /archivers/ha | |
parent | 7303a651412f794e300334fae502c1e12ca9da58 (diff) | |
download | ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.tar.gz ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.zip |
Notes
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 3fb65f4e3f4b..435d5acf4ca1 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,19 +1,24 @@ # New ports collection makefile for: ha -# Version required: 0999 +# Version required: 0.999beta # Date created: 24 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/01/24 16:56:05 ache Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:43:23 jkh Exp $ # + DISTNAME= ha0999 -EXTRACT_SUFX= .tgz -MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +PKGNAME= ha-0.999b CATEGORIES+= archivers -NO_WRKSUBDIR= YES +MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ache@FreeBSD.ORG + +NO_WRKSUBDIR= yes MAKEFILE= makefile.nix MAKE_FLAGS= CC=cc -f ALL_TARGET= ha -USE_GMAKE= YES +USE_GMAKE= yes install: cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin |