summaryrefslogtreecommitdiff
path: root/archivers/rar/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-05-15 19:19:40 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-05-15 19:19:40 +0000
commit6254b958ea793eb6de6f0ca63dbc26461a615978 (patch)
tree91632bdf65a02bc4ec5f1be77e5fb65f5eb22654 /archivers/rar/Makefile
parentUpdate to beta 17 (diff)
RAR archiver binary port
Notes
Notes: svn path=/head/; revision=3086
Diffstat (limited to 'archivers/rar/Makefile')
-rw-r--r--archivers/rar/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
new file mode 100644
index 000000000000..a3179a248c2a
--- /dev/null
+++ b/archivers/rar/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: rar
+# Version required: 2.00 beta
+# Date created: 15 May 1996
+# Whom: ache
+#
+# $Id: Makefile,v 1.4 1995/05/15 20:55:27 ache Exp $
+#
+
+DISTNAME= rar2bsdb
+PKGNAME= rar-2.00b
+CATEGORIES+= archivers
+MASTER_SITES= ftp://ftp.relcom.ru/unix/arcers/
+EXTRACT_SUFX= .tgz
+
+NO_BUILD= yes
+
+MAINTAINER= ache@FreeBSD.ORG
+
+do-install:
+ cd ${WRKSRC}; \
+ $(INSTALL) -c -m $(BINMODE) -o $(BINOWN) -g $(BINGRP) rar_bsd $(PREFIX)/bin/rar; \
+ $(INSTALL) -c -m $(MANMODE) -o $(MANOWN) -g $(MANGRP) rar.man $(PREFIX)/man/cat1/rar.1
+
+.include <bsd.port.mk>