mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25 lines
544 B
Plaintext
25 lines
544 B
Plaintext
|
*** Makefile~ Sun Feb 1 20:48:49 1998
|
||
|
--- Makefile Mon Feb 2 16:47:20 1998
|
||
|
***************
|
||
|
*** 13,19 ****
|
||
|
BINDIR = $(PREFIX)/bin
|
||
|
LIBDIR = $(PREFIX)/lib/GP
|
||
|
|
||
|
! FILTERS = `ls filters`
|
||
|
FILTERS.SAMPLE = `ls filters.sample`
|
||
|
|
||
|
ICONS = printer.xbm exit.xbm
|
||
|
--- 13,24 ----
|
||
|
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
|