summaryrefslogtreecommitdiff
path: root/graphics/epstool
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-23 18:09:31 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-23 18:09:31 +0000
commitf924ebf504b12c304b9632f5ae2351b6a67f0b36 (patch)
tree5456092385d6dda6f769d176b6996684a084df83 /graphics/epstool
parent* Modified patches to support ARCH/CFLAGS/PREFIX properly (diff)
* Modified patches to support CC/X11BASE properly
* Added WWW: line into pkg/DESCR PR: 15336 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=23905
Diffstat (limited to 'graphics/epstool')
-rw-r--r--graphics/epstool/Makefile5
-rw-r--r--graphics/epstool/files/patch-aa16
-rw-r--r--graphics/epstool/pkg-descr2
3 files changed, 15 insertions, 8 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile
index 044919a4b806..0a567831d187 100644
--- a/graphics/epstool/Makefile
+++ b/graphics/epstool/Makefile
@@ -20,8 +20,7 @@ MAKEFILE= makefile.unx
WRKSRC= ${WRKDIR}/epstool
post-install:
- ${MKDIR} ${PREFIX}/bin ${PREFIX}/share/doc/epstool
- ${INSTALL_DATA} ${WRKSRC}/epstool.txt \
- ${PREFIX}/share/doc/epstool/epstool.txt
+ @${MKDIR} ${PREFIX}/share/doc/epstool
+ ${INSTALL_DATA} ${WRKSRC}/epstool.txt ${PREFIX}/share/doc/epstool
.include <bsd.port.mk>
diff --git a/graphics/epstool/files/patch-aa b/graphics/epstool/files/patch-aa
index b72097fd4ef9..e62fe4ce5f52 100644
--- a/graphics/epstool/files/patch-aa
+++ b/graphics/epstool/files/patch-aa
@@ -1,21 +1,27 @@
---- makefile.unx.orig Sat Oct 23 18:00:19 1999
-+++ makefile.unx Sat Oct 23 19:24:37 1999
-@@ -20,8 +20,8 @@
+--- makefile.unx.orig Sun Aug 23 05:14:04 1998
++++ makefile.unx Tue Dec 7 00:50:56 1999
+@@ -20,13 +20,13 @@
RM=/bin/rm -f
SHELL=/bin/sh
-BINDIR=/usr/local/bin
-INCLUDES=-I/usr/openwin/include
+BINDIR=${PREFIX}/bin
-+INCLUDES=-I/usr/X11R6/include
++INCLUDES=-I${X11BASE}/include
LIBS=
# if you have a strict ANSI compiler, add -D__STDC__
DEFINES=-DUNIX -DEPSTOOL -DHAVE_UNISTD_H
+ OBJ=o
+-CC=gcc
++#CC=gcc
+
+ OBJS=epstool.$(OBJ) gvceps.$(OBJ) ps.$(OBJ)
+
@@ -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)
++ ${BSD_INSTALL_PROGRAM} epstool $(BINDIR)
+
diff --git a/graphics/epstool/pkg-descr b/graphics/epstool/pkg-descr
index 90b8e2beac67..284ba5dbf86c 100644
--- a/graphics/epstool/pkg-descr
+++ b/graphics/epstool/pkg-descr
@@ -11,3 +11,5 @@ Features:
Please read text '/usr/local/share/doc/epstool/epstool.txt'
- Yuzo FURUKAWA
+
+WWW: http://www.cs.wisc.edu/~ghost/gsview/epstool.html