summaryrefslogtreecommitdiff
path: root/archivers/ha/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-27 02:18:56 +0000
committerhubertf <hubertf>1997-10-27 02:18:56 +0000
commit2753855c8ef34117368fda42c4aa666da0450d75 (patch)
treeaa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/ha/Makefile
parent57c676b6d90150e75d3d8bab58329f2b60073532 (diff)
downloadpkgsrc-2753855c8ef34117368fda42c4aa666da0450d75.tar.gz
File archivers, ports from FreeBSD
Diffstat (limited to 'archivers/ha/Makefile')
-rw-r--r--archivers/ha/Makefile26
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>