2000-11-30 09:21:28 -05:00
|
|
|
# New ports collection makefile for: cabextract
|
|
|
|
# Date Created: 30 November 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cabextract
|
2002-08-30 08:08:16 -04:00
|
|
|
PORTVERSION= 0.6
|
2003-07-13 22:53:03 -04:00
|
|
|
PORTREVISION= 1
|
2000-11-30 09:21:28 -05:00
|
|
|
CATEGORIES= archivers
|
|
|
|
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
|
|
|
|
|
2003-07-29 05:12:37 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 01:14:21 -05:00
|
|
|
COMMENT= A program to extract Microsoft cabinet (.CAB) files
|
2000-11-30 09:21:28 -05:00
|
|
|
|
2003-07-13 22:53:03 -04:00
|
|
|
USE_GETOPT_LONG=yes
|
2001-03-06 08:29:20 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2000-11-30 09:21:28 -05:00
|
|
|
|
2001-03-06 08:29:20 -05:00
|
|
|
MAN1= cabextract.1
|
2000-11-30 09:21:28 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|