diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:18:56 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:18:56 +0000 |
commit | 8b564b5192b294067cb0130be5d93572a73a8d50 (patch) | |
tree | aa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/ha/Makefile | |
parent | 78879a265da1d7043bcd319b2f1b34fb6177b5de (diff) | |
download | pkgsrc-8b564b5192b294067cb0130be5d93572a73a8d50.tar.gz |
File archivers, ports from FreeBSD
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> |