blob: 25d89e8b9bfd1836def0b1c24ffd51d4e0753ca8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.5 2002/11/11 06:17:54 mrg Exp $
DISTNAME= cook-2.21
CATEGORIES= devel
MASTER_SITES= http://www.canb.auug.org.au/~millerp/cook/
MAINTAINER= groo@netbsd.org
HOMEPAGE= http://www.canb.auug.org.au/~millerp/cook/cook.html
COMMENT= More powerful replacement for the traditional make(1) tool
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|