summaryrefslogtreecommitdiff
path: root/archivers/unrar
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-28 15:19:16 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-28 15:19:16 +0000
commit78e27b8ada82572f080d74c84c105e6a6f2bc228 (patch)
treea2249b64f83e3beefa1d2fe1ca8100c3bfc8f7f7 /archivers/unrar
parentAdded cpm to the Makefile, now that i know it's working. (diff)
RAR dearchiver
Notes
Notes: svn path=/head/; revision=641
Diffstat (limited to 'archivers/unrar')
-rw-r--r--archivers/unrar/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
new file mode 100644
index 000000000000..aa25ce47ba95
--- /dev/null
+++ b/archivers/unrar/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: unrar
+# Version required: 1.00e
+# Date created: 28 Dec 1994
+# Whom: ache
+#
+# $Id: Makefile,v 1.1.1.1 1994/12/28 01:55:04 ache Exp $
+#
+DISTNAME= unrar100
+EXTRACT_SUFX= .tgz
+MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/
+WRKSRC= ${WRKDIR}/unrar.100
+
+.include <bsd.port.mk>