RAR archiver binary port
This commit is contained in:
parent
2f8774e7b3
commit
6254b958ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3086
24
archivers/rar/Makefile
Normal file
24
archivers/rar/Makefile
Normal file
@ -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>
|
1
archivers/rar/distinfo
Normal file
1
archivers/rar/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rar2bsdb.tgz) = 57f7ec0a356e15d56925404e92ea29e1
|
1
archivers/rar/pkg-comment
Normal file
1
archivers/rar/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
rar - file archiver (binaries)
|
4
archivers/rar/pkg-descr
Normal file
4
archivers/rar/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The rar archiver adds and extracts files to and from an archive. The
|
||||
archive is usually a regular file, which name has ".rar" suffix in its
|
||||
end. Archive could be a media like a floppy diskette, tape or any other
|
||||
storage device.
|
2
archivers/rar/pkg-plist
Normal file
2
archivers/rar/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/rar
|
||||
man/cat1/rar.1
|
Loading…
Reference in New Issue
Block a user