26 lines
529 B
Makefile
26 lines
529 B
Makefile
# $OpenBSD: Makefile,v 1.2 2002/12/08 20:34:41 jcs Exp $
|
|
|
|
COMMENT= "Extracts files from Microsoft CAB archives"
|
|
|
|
#
|
|
# What port/package will be created
|
|
#
|
|
DISTNAME= cabextract-0.6
|
|
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
|
|
|
|
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|