Add lcab, Microsoft cabinet (.CAB) file creator.

Inspired by:	NetBSD pkgsrc
This commit is contained in:
Alexey Dokuchaev 2005-05-27 05:19:06 +00:00
parent f951e0dd99
commit 264853a588
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136240
4 changed files with 29 additions and 0 deletions

View File

@ -28,6 +28,7 @@
SUBDIR += jzip.org
SUBDIR += jzlib
SUBDIR += lbrate
SUBDIR += lcab
SUBDIR += lha
SUBDIR += libarc
SUBDIR += libarchive

22
archivers/lcab/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: LCAB
# Date created: 27 May 2005
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lcab
DISTVERSION= 1.0b11
CATEGORIES= archivers
MASTER_SITES= http://www.geekshop.be/rien/lcab/files/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Microsoft .CABinet file creator
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES= bin/lcab
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lcab ${PREFIX}/bin
.include <bsd.port.mk>

2
archivers/lcab/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (lcab-1.0b11.tar.gz) = f23c469c789f4eb4b0500b4770060e85
SIZE (lcab-1.0b11.tar.gz) = 74023

4
archivers/lcab/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
LCAB is a small program that creates a MS Cabinet (.CAB) file from
a set of input files.
WWW: http://www.geekshop.be/rien/lcab/