[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / misc / cksfv

File: [cvs.NetBSD.org] / pkgsrc / misc / cksfv / Makefile (download)

Revision 1.14, Tue Oct 25 13:16:34 2005 UTC (18 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.13: +2 -2 lines

Update to 1.3.7:
2005-10-23  Heikki Orsila
	* Version 1.3.7
	- Fixed INSTALL documentation. The INSTALL file documented the
	  old behaviour, where editing Makefile was required for installing
	  to an alternative path.
	- Fixed 'configure --help' to report usage properly. '--prefix dir' =>
	  '--prefix=dir'.
	- Shortened cksfv output to print only 2 lines to the beginning of a
	  newly created sfv file. cksfv version, date, time, and the project
	  web site URL.
	- A stack corruption and localtime error fix by
	  T. Farago
	- Added -b option to the command line help.

# $NetBSD: Makefile,v 1.14 2005/10/25 13:16:34 wiz Exp $
#

DISTNAME=	cksfv-1.3.7
CATEGORIES=	misc
MASTER_SITES=	http://www.iki.fi/shd/foss/cksfv/files/ \
		http://www.iki.fi/shd/foss/cksfv/files/devel/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	dillo@NetBSD.org
HOMEPAGE=	http://www.iki.fi/shd/foss/cksfv/
COMMENT=	Check and create simple file verification (SFV) listings

HAS_CONFIGURE=	YES
CONFIGURE_ARGS+=	--prefix=${PREFIX:Q}
CONFIGURE_ARGS+=	--mandir=${PREFIX:Q}/man
CONFIGURE_ARGS+=	--compiler=${CC:Q}
TEST_TARGET=		check

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cksfv
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cksfv

.include "../../mk/bsd.pkg.mk"