aboutsummaryrefslogtreecommitdiff
path: root/archivers/ha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/ha/Makefile')
-rw-r--r--archivers/ha/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile
deleted file mode 100644
index e4d0db7593a3..000000000000
--- a/archivers/ha/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: ha
-# Version required: 0.999beta
-# Date created: 24 Jan 1995
-# Whom: ache
-#
-# $Id: Makefile,v 1.5 1995/04/16 00:18:36 asami Exp $
-#
-
-DISTNAME= ha0999
-PKGNAME= ha-0.999b
-CATEGORIES+= archivers
-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
-
-do-install:
- cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin
-
-.include <bsd.port.mk>