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

(-)graphics/epstool/Makefile (-3 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	epstool
8
PORTNAME=	epstool
9
PORTVERSION=	3.07
9
PORTVERSION=	3.08
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/ \
Lines 20-33 Link Here
20
20
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}" GSCDEBUG="" CC="${CC}" CCAUX="${CC}" \
24
		CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" \
24
		CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" \
25
		GTKCFLAGS="" GTKLIBS="" LIBPNGCFLAGS="" LIBPNGLIBS=""
25
		GTKCFLAGS="" GTKLIBS="" LIBPNGCFLAGS="" LIBPNGLIBS=""
26
ALL_TARGET=	${PORTNAME}
26
ALL_TARGET=	${PORTNAME}
27
27
28
MAN1=		epstool.1
28
MAN1=		epstool.1
29
PORTDOCS=	epstool.htm gsview.css
30
PLIST_FILES=	bin/epstool
29
PLIST_FILES=	bin/epstool
30
31
.if !defined(NOPORTDOCS)
32
PORTDOCS=	epstool.htm gsview.css
33
.endif
31
34
32
pre-everything::
35
pre-everything::
33
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
36
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
(-)graphics/epstool/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (epstool-3.07.tar.gz) = ab140fdf8760e5e62fd11a5bace52fa7
1
MD5 (epstool-3.08.tar.gz) = 465a57a598dbef411f4ecbfbd7d4c8d7
2
SIZE (epstool-3.07.tar.gz) = 184676
2
SIZE (epstool-3.08.tar.gz) = 191567

Return to bug 83155