f95e6e33a2
New for release 0.5 (2006-08-29) Including public domain contributions from Paul Wise o Modify Makefile to append CFLAGS and LDFLAGS o Modify error handling to suppress gcc warnings o Include man page o Minor typo/documentation changes New for release 0.4 (2005-11-12) o Discontinue tar patch (replaced by out of the box GNU cpio) o Update instructions New for release 0.3 (2005-03-13) o Convert from mmap to traditional buffered file reads in gzrecover o Convert gzrecover to GPL licensing
24 lines
592 B
Makefile
24 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/04/24 21:19:31 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gzrt-0.5
|
|
PKGNAME= gzrecover-0.5
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.urbanophile.com/arenn/hacking/gzrt/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.urbanophile.com/arenn/hacking/gzrt/
|
|
COMMENT= GZip Recovery Toolkit
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_TARGET= gzrecover
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gzrecover ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|