20 lines
530 B
Makefile
20 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.20 2007/11/07 08:37:51 rillig Exp $
|
|
|
|
DISTNAME= cook-2.26
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://miller.emu.id.au/pmiller/software/cook/
|
|
|
|
MAINTAINER= groo@NetBSD.org
|
|
HOMEPAGE= http://miller.emu.id.au/pmiller/software/cook/
|
|
COMMENT= More powerful replacement for the traditional make(1) tool
|
|
|
|
USE_TOOLS+= msgfmt yacc perl:run
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
REPLACE_PERL= bin/cook_rsh
|
|
LIBS.SunOS+= -lintl
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|