pkgsrc/print/enscript/Makefile
jlam f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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.
2001-09-27 23:17:41 +00:00

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"