# New ports collection makefile for:	cabextract
# Date Created:				30 November 2000
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD: ports/archivers/cabextract/Makefile,v 1.7 2003/03/07 05:55:10 ade Exp $
#

PORTNAME=	cabextract
PORTVERSION=	0.6
CATEGORIES=	archivers
MASTER_SITES=	http://www.kyz.uklinux.net/downloads/

MAINTAINER=	sobomax@FreeBSD.org
COMMENT=	A program to extract Microsoft cabinet (.CAB) files

LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"

MAN1=		cabextract.1

.include <bsd.port.mk>
