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.
21 lines
533 B
Makefile
21 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.19 2001/09/27 23:18:36 jlam Exp $
|
|
# FreeBSD Id: Makefile,v 1.4 1997/11/27 08:10:30 tg Exp
|
|
#
|
|
|
|
DISTNAME= enscript-1.6.1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=enscript/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.ngs.fi/mtr/genscript/
|
|
COMMENT= ASCII-to-PostScript filter
|
|
|
|
DEPENDS+= papersize-[0-9]*:../../print/papersize
|
|
|
|
GNU_CONFIGURE= yes
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if defined(PAPERSIZE)
|
|
CONFIGURE_ARGS+=--with-media="${PAPERSIZE}"
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|