diff options
Diffstat (limited to 'archivers/ha/Makefile')
-rw-r--r-- | archivers/ha/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile new file mode 100644 index 00000000000..c0f5855cb4a --- /dev/null +++ b/archivers/ha/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ha +# Version required: 0.999beta +# Date created: 24 Jan 1995 +# Whom: ache +# +# $Id: Makefile,v 1.1.1.1 1997/10/27 02:18:59 hubertf Exp $ +# + +DISTNAME= ha0999 +PKGNAME= ha-0.999b +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/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> |