mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add cabextract - a program to extract Microsoft cabinet (.CAB) files.
This commit is contained in:
parent
62eeb7f405
commit
d78c0253c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35540
@ -5,6 +5,7 @@
|
||||
SUBDIR += arc
|
||||
SUBDIR += bzip
|
||||
SUBDIR += bzip2
|
||||
SUBDIR += cabextract
|
||||
SUBDIR += deepforest
|
||||
SUBDIR += fastjar
|
||||
SUBDIR += freeze
|
||||
|
31
archivers/cabextract/Makefile
Normal file
31
archivers/cabextract/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: cabextract
|
||||
# Date Created: 30 November 2000
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cabextract
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
|
||||
EXTRACT_SUFX= .c.gz
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
SRCFILE= ${WRKSRC}/${PORTNAME}.c
|
||||
PROGFILE= ${SRCFILE:S/.c$//}
|
||||
|
||||
post-extract:
|
||||
@${GZIP_CMD} -d -c ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${SRCFILE}
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} -o ${PROGFILE} ${SRCFILE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${PROGFILE} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
archivers/cabextract/distinfo
Normal file
1
archivers/cabextract/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cabextract-0.1.c.gz) = 3df43a423e67c187361492ace58830c1
|
1
archivers/cabextract/pkg-comment
Normal file
1
archivers/cabextract/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A program to extract Microsoft cabinet (.CAB) files
|
3
archivers/cabextract/pkg-descr
Normal file
3
archivers/cabextract/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A program to extract Microsoft cabinet (.CAB) files.
|
||||
|
||||
WWW: http://www.kyz.uklinux.net/cabextract.php3
|
1
archivers/cabextract/pkg-plist
Normal file
1
archivers/cabextract/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/cabextract
|
Loading…
Reference in New Issue
Block a user