2002-07-06 15:29:09 +02:00
|
|
|
# $NetBSD: Makefile,v 1.36 2002/07/06 13:29:09 tron Exp $
|
1998-02-16 18:38:27 +01:00
|
|
|
|
Update to 4.13b. Major changes since 4.12:
pdf, simplex, display output options; ISO 8859-13 encoding support;
euro glyph support; many new style sheets (autoconf, awk, cpp, maple,
ocaml, sed, shell, and others); regexp changed to be perl/egrep like, not
emacs-style (UPDATE YOUR STYLESHEETS!).
2001-05-22 15:11:37 +02:00
|
|
|
DISTNAME= a2ps-4.13b
|
|
|
|
PKGNAME= a2ps-4.13.0.2
|
2001-06-09 17:31:42 +02:00
|
|
|
WRKSRC= ${WRKDIR}/a2ps-4.13
|
2000-06-21 09:07:40 +02:00
|
|
|
CATEGORIES= print
|
2002-03-07 13:00:29 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} \
|
|
|
|
ftp://ftp.enst.fr/pub/unix/a2ps/
|
1998-02-16 18:38:27 +01:00
|
|
|
|
2000-06-21 09:07:40 +02:00
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= Formats an ascii file for printing on a postscript printer
|
1998-02-16 18:38:27 +01:00
|
|
|
|
2002-07-06 15:29:09 +02:00
|
|
|
DEPENDS+= papersize>=1.0.2:../../print/papersize
|
2000-06-21 09:07:40 +02:00
|
|
|
DEPENDS+= psutils-1.17:../../print/psutils
|
1998-11-09 19:04:52 +01:00
|
|
|
|
2000-06-21 09:07:40 +02:00
|
|
|
STRIP= # empty
|
2002-01-06 03:10:56 +01:00
|
|
|
USE_PERL5= YES
|
|
|
|
USE_GMAKE= YES
|
|
|
|
USE_LIBTOOL= YES
|
2000-06-21 09:07:40 +02:00
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/auxdir/ltconfig
|
|
|
|
|
2002-01-06 03:10:56 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2000-06-21 09:07:40 +02:00
|
|
|
CONFIGURE_ENV+= LPR=lpr
|
2001-12-17 20:03:06 +01:00
|
|
|
CONFIGURE_ARGS+= --with-medium="${PAPERSIZE}"
|
2002-01-06 03:10:56 +01:00
|
|
|
AUTOMAKE_OVERRIDE= NO
|
2000-06-21 09:07:40 +02:00
|
|
|
|
|
|
|
INFO_FILES= a2ps.info ogonkify.info regex.info
|
1998-02-16 18:38:27 +01:00
|
|
|
|
|
|
|
pre-build:
|
1998-02-18 12:39:10 +01:00
|
|
|
${TOUCH} ${WRKSRC}/doc/*.info
|
|
|
|
${TOUCH} ${WRKSRC}/doc/*.dvi
|
1998-02-16 18:38:27 +01:00
|
|
|
|
2002-02-18 16:14:00 +01:00
|
|
|
.include "../../mk/texinfo.mk"
|
1998-04-15 12:38:15 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|