blob: db23f3d8e67b63e2aaa77c29b52b32fae9fc2652 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2001/09/27 23:17:54 jlam Exp $
DISTNAME= cook-2.17
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
DEPENDS+= rx-[0-9]*:../../devel/rx
BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= # defined
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|