1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/gp/files/patch-aa

27 lines
552 B
Plaintext
Raw Normal View History

*** Makefile.orig Sun Feb 1 20:48:49 1998
--- Makefile Sun Feb 22 21:27:43 1998
***************
*** 13,20 ****
BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib/GP
! FILTERS = `ls filters`
! FILTERS.SAMPLE = `ls filters.sample`
ICONS = printer.xbm exit.xbm
--- 13,25 ----
BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib/GP
! .if (${LANGUAGE} == "Japanese")
! FILTERS =a2ps-j dvi2ps-j ImageMagick
! .else
! FILTERS =a2ps dvips ImageMagick
! .endif
!
! FILTERS.SAMPLE!= ls filters.sample
ICONS = printer.xbm exit.xbm