10588346d3
these great pieces of software, so that let others with more free time to take over them.
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# New ports collection makefile for: cabextract
|
|
# Date Created: 30 November 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cabextract
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program to extract Microsoft cabinet (.CAB) files
|
|
|
|
USE_GETOPT_LONG=yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= cabextract.1
|
|
|
|
.include <bsd.port.mk>
|