mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
6cf3c0ffad
A tool creating and extracting preview bitmaps in EPS files. PR: 14459 Submitted by: Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
22 lines
517 B
Plaintext
22 lines
517 B
Plaintext
--- makefile.unx.orig Sat Oct 23 18:00:19 1999
|
|
+++ makefile.unx Sat Oct 23 19:24:37 1999
|
|
@@ -20,8 +20,8 @@
|
|
RM=/bin/rm -f
|
|
SHELL=/bin/sh
|
|
|
|
-BINDIR=/usr/local/bin
|
|
-INCLUDES=-I/usr/openwin/include
|
|
+BINDIR=${PREFIX}/bin
|
|
+INCLUDES=-I/usr/X11R6/include
|
|
LIBS=
|
|
# if you have a strict ANSI compiler, add -D__STDC__
|
|
DEFINES=-DUNIX -DEPSTOOL -DHAVE_UNISTD_H
|
|
@@ -54,5 +54,5 @@
|
|
-$(RM) epstool
|
|
|
|
install: epstool
|
|
- cp epstool $(BINDIR)
|
|
- chmod 755 $(BINDIR)/epstool
|
|
+ install -c -s -g bin -o root -m 755 epstool $(BINDIR)
|
|
+
|