26 lines
480 B
Makefile
26 lines
480 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/10/18 16:47:00 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|