openbsd-ports/archivers/cabextract/Makefile
jasper a43320a166 - update cabextract to 1.2 (includes security fix wrt quantum compressed files)
- fix COMMENT
- reformat DESCR

from Wim Lewis, ok MAINTAINER some time ago
2007-07-19 09:49:59 +00:00

24 lines
501 B
Makefile

# $OpenBSD: Makefile,v 1.5 2007/07/19 09:49:59 jasper Exp $
COMMENT= extracts files from Microsoft CAB archives
DISTNAME= cabextract-1.2
CATEGORIES= archivers
HOMEPAGE= http://www.kyz.uklinux.net/cabextract.php3
MAINTAINER= Steve Shockley <steve.shockley@shockley.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>