freebsd-ports/archivers/cabextract/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

23 lines
482 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
PLIST_FILES= bin/cabextract
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
MAN1= cabextract.1
.include <bsd.port.mk>