mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to version 3.05
PR: ports/65993 Submitted by: Ports Fury
This commit is contained in:
parent
2fc1180428
commit
b32e89172a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107861
3 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
bin/epstool
|
||||
%%PORTDOCS%%%%DOCSDIR%%/epstool.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gsview.css
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Add table
Reference in a new issue