diff options
author | krion <krion@FreeBSD.org> | 2004-04-29 04:09:12 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-29 04:09:12 +0800 |
commit | a62f71fa06f6f59e645306b66cf400827df36255 (patch) | |
tree | ff1108d9d85927fe63cad0f9bdbaa49344f5cfb4 /graphics | |
parent | 7ada42903d78524b6920c25ff93d6d2c0347b5b1 (diff) | |
download | freebsd-ports-graphics-a62f71fa06f6f59e645306b66cf400827df36255.tar.gz freebsd-ports-graphics-a62f71fa06f6f59e645306b66cf400827df36255.tar.zst freebsd-ports-graphics-a62f71fa06f6f59e645306b66cf400827df36255.zip |
- Update to version 3.05
PR: ports/65993
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/epstool/Makefile | 8 | ||||
-rw-r--r-- | graphics/epstool/distinfo | 4 | ||||
-rw-r--r-- | graphics/epstool/pkg-plist | 4 |
3 files changed, 7 insertions, 9 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index 368be452010..fb8a6eaaa00 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -6,8 +6,7 @@ # PORTNAME= epstool -PORTVERSION= 3.04 -PORTREVISION= 1 +PORTVERSION= 3.05 CATEGORIES= graphics MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ @@ -20,10 +19,13 @@ USE_REINPLACE= yes USE_GMAKE= yes MAKEFILE= makefile MAKE_ARGS= MAKE="${GMAKE}" CC="${CC}" CCAUX="${CC}" CDEBUG="${CFLAGS}" \ - CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" + 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 pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes diff --git a/graphics/epstool/distinfo b/graphics/epstool/distinfo index 95383acbda9..f77bf764b7a 100644 --- a/graphics/epstool/distinfo +++ b/graphics/epstool/distinfo @@ -1,2 +1,2 @@ -MD5 (epstool-3.04.tar.gz) = 54ba776680ee46d12c720113766f26ad -SIZE (epstool-3.04.tar.gz) = 173762 +MD5 (epstool-3.05.tar.gz) = 8b5d130b6578fdea16dffe393577785d +SIZE (epstool-3.05.tar.gz) = 177119 diff --git a/graphics/epstool/pkg-plist b/graphics/epstool/pkg-plist deleted file mode 100644 index 572c98d8347..00000000000 --- a/graphics/epstool/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/epstool -%%PORTDOCS%%%%DOCSDIR%%/epstool.htm -%%PORTDOCS%%%%DOCSDIR%%/gsview.css -%%PORTDOCS%%@dirrm %%DOCSDIR%% |