diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-28 20:09:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-28 20:09:12 +0000 |
commit | b32e89172a84ddfb6fe39491f02d01d8ffe5591f (patch) | |
tree | 36a5fc9b6c917d67d9546fd0bdd31de72e6ebbce | |
parent | 2fc11804280916ee992f217083d300a2cca841ca (diff) |
Notes
-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 368be452010c..fb8a6eaaa008 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 95383acbda9d..f77bf764b7a2 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 572c98d83470..000000000000 --- a/graphics/epstool/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/epstool -%%PORTDOCS%%%%DOCSDIR%%/epstool.htm -%%PORTDOCS%%%%DOCSDIR%%/gsview.css -%%PORTDOCS%%@dirrm %%DOCSDIR%% |