View | Details | Raw Unified | Return to bug 24283
Collapse All | Expand All

(-)graphics/epstool/Makefile (-2 / +9 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	epstool
8
PORTNAME=	epstool
9
PORTVERSION=	1.40
9
PORTVERSION=	1.60
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	ftp://ftp.cs.wisc.edu/ghost/ghostgum/ \
11
MASTER_SITES=	ftp://ftp.cs.wisc.edu/ghost/ghostgum/ \
12
		ftp://ftp.fh-koblenz.de/pub/Ghostscript/ghostgum/
12
		ftp://ftp.fh-koblenz.de/pub/Ghostscript/ghostgum/
13
DISTNAME=	${PORTNAME}-140
13
DISTNAME=	gsv36src
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
16
17
RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript55
17
RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript55
18
18
19
WRKSRC=		${WRKDIR}/${PORTNAME}
19
WRKSRC=		${WRKDIR}/${PORTNAME}
20
21
USE_ZIP=	yes
20
MAKEFILE=	makefile.unx
22
MAKEFILE=	makefile.unx
23
24
post-extract:
25
.for file in epstool.zip src.zip
26
	@cd ${WRKDIR} && unzip -q -aa ${file}
27
.endfor
21
28
22
post-install:
29
post-install:
23
.if !defined(NOPORTDOCS)
30
.if !defined(NOPORTDOCS)
(-)graphics/epstool/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (epstool-140.tar.gz) = 42859819caa516364ff93337f56d7bdf
1
MD5 (gsv36src.zip) = a410b200cd3f99590804eec071fb121a
(-)graphics/epstool/files/patch-aa (-6 / +6 lines)
Lines 1-13 Link Here
1
--- makefile.unx.orig	Sat Dec  5 04:05:34 1998
1
--- makefile.unx.orig	Mon Nov  6 09:58:48 2000
2
+++ makefile.unx	Fri Feb 25 04:42:20 2000
2
+++ makefile.unx	Thu Jan 11 22:48:17 2001
3
@@ -20,13 +20,13 @@
3
@@ -20,13 +20,13 @@
4
 RM=/bin/rm -f
4
 RM=/bin/rm -f
5
 SHELL=/bin/sh
5
 SHELL=/bin/sh
6
 
6
 
7
-BINDIR=/usr/local/bin
7
-BINDIR=/usr/local/bin
8
-INCLUDES=-I/usr/openwin/include
8
-INCLUDES=-I/usr/openwin/include -I../src -I.
9
+BINDIR=${PREFIX}/bin
9
+BINDIR=${PREFIX}/bin
10
+INCLUDES=
10
+INCLUDES=-I../src -I.
11
 LIBS=
11
 LIBS=
12
 # if you have a strict ANSI compiler, add -D__STDC__
12
 # if you have a strict ANSI compiler, add -D__STDC__
13
 DEFINES=-DUNIX -DEPSTOOL -DHAVE_UNISTD_H
13
 DEFINES=-DUNIX -DEPSTOOL -DHAVE_UNISTD_H
Lines 15-23 Link Here
15
-CC=gcc
15
-CC=gcc
16
+#CC=gcc
16
+#CC=gcc
17
 
17
 
18
 OBJS=epstool.$(OBJ) gvceps.$(OBJ) ps.$(OBJ)
18
 OBJS=epstool.$(OBJ) gvceps.$(OBJ) dscparse.$(OBJ) dscutil.$(OBJ)
19
 
19
 
20
@@ -54,5 +54,5 @@
20
@@ -61,5 +61,5 @@
21
 	-$(RM) epstool
21
 	-$(RM) epstool
22
 
22
 
23
 install: epstool
23
 install: epstool

Return to bug 24283