pkgsrc/devel/cogito/Makefile
rillig 1a1294c4b5 Added the patch from PR 35147, which fixes an unportable use of the -s
option to the fmt utility. Added the dependency on scmgit, which seems
very sensible. PKGREVISION++
2006-12-03 22:15:48 +00:00

19 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/12/03 22:15:48 rillig Exp $
#
DISTNAME= cogito-0.18
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.kernel.org/pub/software/scm/cogito/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.kernel.org/pub/software/scm/cogito/
COMMENT= Version control system of the Linux kernel
DEPENDS+= scmgit-[0-9]*:../../devel/scmgit
USE_TOOLS+= gmake bash:run
MAKE_FLAGS+= prefix=${PREFIX:Q}
.include "../../mk/bsd.pkg.mk"