openbsd-ports/archivers/cabextract/Makefile
ajacoutot 77c3f0f65c - update HOMEPAGE and MASTER_SITES
- bump

from kevlo@
2008-06-08 14:25:44 +00:00

26 lines
492 B
Makefile

# $OpenBSD: Makefile,v 1.6 2008/06/08 14:25:44 ajacoutot Exp $
COMMENT= extracts files from Microsoft CAB archives
DISTNAME= cabextract-1.2
PKGNAME= ${DISTNAME}p0
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
.include <bsd.port.mk>