c80849c13c
PERMIT_* cleanup
22 lines
387 B
Makefile
22 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/10 22:28:04 espie Exp $
|
|
|
|
COMMENT= extracts files from Microsoft CAB archives
|
|
|
|
DISTNAME= cabextract-1.3
|
|
CATEGORIES= archivers
|
|
|
|
HOMEPAGE= http://www.cabextract.org.uk/
|
|
|
|
MAINTAINER= Steve Shockley <steve.shockley@shockley.net>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|