freebsd-ports/archivers/cabextract/Makefile

23 lines
454 B
Makefile
Raw Normal View History

# 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
2001-03-06 08:29:20 -05:00
GNU_CONFIGURE= yes
2001-03-06 08:29:20 -05:00
MAN1= cabextract.1
.include <bsd.port.mk>