mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
Update to GNU Ghostscript 6.51. PR: ports/29579 Submitted by: KATO Tsuguru <tkato@prontomail.com>
6 lines
128 B
Makefile
6 lines
128 B
Makefile
|
|
# build escputil command from gimp-print sources
|
|
|
|
escputil: $(GLSRC)escputil.c
|
|
$(CC_) -o $(GLSRC)escputil $(GLSRC)escputil.c
|
|
|