openbsd-ports/archivers/cabextract/Makefile

26 lines
532 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2004/10/23 15:54:42 robert Exp $
COMMENT= "Extracts files from Microsoft CAB archives"
#
# What port/package will be created
#
DISTNAME= cabextract-1.1
CATEGORIES= archivers
HOMEPAGE= http://www.kyz.uklinux.net/cabextract.php3
2002-12-08 15:34:41 -05:00
MAINTAINER= Steve Shockley <steve.shockley@shockley.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>