Add lcab, Microsoft cabinet (.CAB) file creator.
Inspired by: NetBSD pkgsrc
This commit is contained in:
parent
f951e0dd99
commit
264853a588
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136240
@ -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
22
archivers/lcab/Makefile
Normal 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
2
archivers/lcab/distinfo
Normal 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
4
archivers/lcab/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user