1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/enscript/trunk/Makefile

Revision 16916, 1.1 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = enscript
2VERSION = 1.6.5.2
3CATEGORIES = utils
4GARTYPE = v2
5
6DESCRIPTION = GNU enscript converts ASCII files to PostScript
7define BLURB
8  GNU enscript is a free replacement for the Adobe's enscript program.
9  Enscript converts ASCII files to PostScript and spools generated PostScript
10  output to the specified printer or leaves it to file. Enscript can be easily
11  extended to handle different output media and it has many options that can
12  be used to customize printouts.
13endef
14
15MASTER_SITES = $(GNU_MIRROR)
16DISTFILES  = $(DISTNAME).tar.gz
17
18VENDOR_URL = http://www.gnu.org/s/enscript/
19
20RUNTIME_DEP_PKGS_CSWenscript += CSWlibintl8
21
22PRESERVECONF = $(sysconfdir)/enscript.cfg
23MIGRATE_FILES = enscript.cfg
24
25# This is the location where the font was taken from
26CHECKPKG_OVERRIDES_CSWenscript += file-with-bad-content|/usr/share|root/opt/csw/share/enscript/afm/matrix.pfa
27
28include gar/category.mk
29
30# Adjust font pathes
31post-extract-modulated:
32        -perl -pi -e 's,/usr/local/lib/ps:/usr/lib/ps,/usr/openwin/lib/X11/fonts/F3/afm:/usr/openwin/lib/X11/fonts/Type1/afm:/usr/openwin/lib/X11/fonts/Type1/sun/afm,' \
33                $(WORKSRC)/afmlib/afm.c \
34                $(WORKSRC)/lib/enscript.cfg.in
35
Note: See TracBrowser for help on using the browser.