diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-07-02 14:04:53 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-07-02 14:04:53 +0000 |
commit | 0ffbd4e0091265f0d4d191f3d5702f896b4d225c (patch) | |
tree | c2a25c8ea855241fc18fc8c1d296a8c15ef16512 /print/a2ps/Makefile | |
parent | 46c3219ef7b2e648473fbdc180311e4051a62dcc (diff) | |
download | pkgsrc-0ffbd4e0091265f0d4d191f3d5702f896b4d225c.tar.gz |
Update to a2ps-4.10.3.
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r-- | print/a2ps/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 31a081c81f7..3c720e18568 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 1998/06/22 13:04:37 agc Exp $ +# $NetBSD: Makefile,v 1.13 1998/07/02 14:04:53 frueauf Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # -DISTNAME= a2ps-4.9.9 -PKGNAME= a2ps-${PAPERSIZE}-4.9.9 +DISTNAME= a2ps-4.10.3 +PKGNAME= a2ps-${PAPERSIZE}-4.10.3 CATEGORIES= print MASTER_SITES= http://www-inf.enst.fr/~demaille/ftp/a2ps/ @@ -11,11 +11,13 @@ MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes +CONFLICTS= a2ps-A4-4.9.9 a2ps-Letter-4.9.9 a2ps-Letterdj-4.9.9 + STRIP= -CONFIGURE_ARGS+= --with-medium=${PAPERSIZE} -CONFIGURE_ENV+= LPR=lpr -USE_GTEXINFO= YES -INFO_FILES= a2ps.info ogonkify.info regex.info +CONFIGURE_ARGS+=--with-medium=${PAPERSIZE} +CONFIGURE_ENV+= LPR=lpr +USE_GTEXINFO= YES +INFO_FILES= a2ps.info ogonkify.info regex.info ALL_TARGET= all PAPERSIZE=${PAPERSIZE} |