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

(-)graphics/epstool/Makefile (-6 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	epstool
8
PORTNAME=	epstool
9
PORTVERSION=	3.05
9
PORTVERSION=	3.06
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	${MASTER_SITE_TEX_CTAN} \
11
MASTER_SITES=	${MASTER_SITE_TEX_CTAN} \
12
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/
12
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ \
13
		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/old/
13
MASTER_SITE_SUBDIR=	nonfree/support/ghostscript/ghostgum
14
MASTER_SITE_SUBDIR=	nonfree/support/ghostscript/ghostgum
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
Lines 17-23 Link Here
17
18
18
USE_GHOSTSCRIPT_RUN=	yes
19
USE_GHOSTSCRIPT_RUN=	yes
19
20
20
USE_REINPLACE=	yes
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
MAKEFILE=	makefile
22
MAKEFILE=	makefile
23
MAKE_ARGS=	MAKE="${GMAKE}" CC="${CC}" CCAUX="${CC}" CDEBUG="${CFLAGS}" \
23
MAKE_ARGS=	MAKE="${GMAKE}" CC="${CC}" CCAUX="${CC}" CDEBUG="${CFLAGS}" \
Lines 36-44 Link Here
36
	@${ECHO_MSG} "      AFPL Postscript interpreter instead of GNU one"
36
	@${ECHO_MSG} "      AFPL Postscript interpreter instead of GNU one"
37
	@${ECHO_MSG} ""
37
	@${ECHO_MSG} ""
38
.endif
38
.endif
39
40
post-patch:
41
	@${REINPLACE_CMD} -e 's|make -f|$$(MAKE) -f|g' ${WRKSRC}/src/unix.mak
42
39
43
do-install:
40
do-install:
44
	${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${PREFIX}/bin
41
	${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${PREFIX}/bin
(-)graphics/epstool/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (epstool-3.05.tar.gz) = 8b5d130b6578fdea16dffe393577785d
1
MD5 (epstool-3.06.tar.gz) = 903ce5bd7b43f799c56d0ec39d3b2510
2
SIZE (epstool-3.05.tar.gz) = 177119
2
SIZE (epstool-3.06.tar.gz) = 184376

Return to bug 74731