diff options
author | pav <pav@FreeBSD.org> | 2005-07-09 06:25:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-09 06:25:28 +0800 |
commit | a15a909f79fe4b0e12b48ad6d2abbe051b286902 (patch) | |
tree | eedf9541ae6e271e1eb01a620686b32cfe36c466 /graphics/epstool | |
parent | 02b65ccab22d07e6b3d518af526af519a382d98d (diff) | |
download | freebsd-ports-graphics-a15a909f79fe4b0e12b48ad6d2abbe051b286902.tar.gz freebsd-ports-graphics-a15a909f79fe4b0e12b48ad6d2abbe051b286902.tar.zst freebsd-ports-graphics-a15a909f79fe4b0e12b48ad6d2abbe051b286902.zip |
- Update to 3.08
PR: ports/83155
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'graphics/epstool')
-rw-r--r-- | graphics/epstool/Makefile | 9 | ||||
-rw-r--r-- | graphics/epstool/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index d30200b48e8..19f2a29ad0f 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= epstool -PORTVERSION= 3.07 +PORTVERSION= 3.08 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ \ @@ -20,15 +20,18 @@ USE_GHOSTSCRIPT_RUN= yes USE_GMAKE= yes MAKEFILE= makefile -MAKE_ARGS= MAKE="${GMAKE}" CC="${CC}" CCAUX="${CC}" CDEBUG="${CFLAGS}" \ +MAKE_ARGS= MAKE="${GMAKE}" GSCDEBUG="" CC="${CC}" CCAUX="${CC}" \ CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" \ GTKCFLAGS="" GTKLIBS="" LIBPNGCFLAGS="" LIBPNGLIBS="" ALL_TARGET= ${PORTNAME} MAN1= epstool.1 -PORTDOCS= epstool.htm gsview.css PLIST_FILES= bin/epstool +.if !defined(NOPORTDOCS) +PORTDOCS= epstool.htm gsview.css +.endif + pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes @${ECHO_MSG} "" diff --git a/graphics/epstool/distinfo b/graphics/epstool/distinfo index 4325e8890c4..68b0356165b 100644 --- a/graphics/epstool/distinfo +++ b/graphics/epstool/distinfo @@ -1,2 +1,2 @@ -MD5 (epstool-3.07.tar.gz) = ab140fdf8760e5e62fd11a5bace52fa7 -SIZE (epstool-3.07.tar.gz) = 184676 +MD5 (epstool-3.08.tar.gz) = 465a57a598dbef411f4ecbfbd7d4c8d7 +SIZE (epstool-3.08.tar.gz) = 191567 |