f79573370a
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
17 lines
477 B
Makefile
17 lines
477 B
Makefile
# $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"
|